diff options
| author | 2026-05-13 13:43:15 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:15 +0100 | |
| commit | 6555b7c301b54d1d7f570a18358a8ee824cadd42 (patch) | |
| tree | 5a74388c1f0067e3665bafb896f5e4bc665a5d9d /dot_config | |
| parent | 1eab05db6629c1d51468b77160252c0af97de8d7 (diff) | |
| download | dotfiles-6555b7c301b54d1d7f570a18358a8ee824cadd42.tar.gz dotfiles-6555b7c301b54d1d7f570a18358a8ee824cadd42.tar.bz2 dotfiles-6555b7c301b54d1d7f570a18358a8ee824cadd42.zip | |
feat(sway): size thunderbird scratchpad to fill workspace
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/sway/config b/dot_config/sway/config index 714b430..142c562 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -157,7 +157,7 @@ mode "qr" { bindsym $mod+z mode "qr" # Thunderbird scratchpad toggle (auto-parked on launch, see window rules) -bindsym $mod+t [app_id="org.mozilla.Thunderbird"] scratchpad show +bindsym $mod+t [app_id="org.mozilla.Thunderbird"] scratchpad show, resize set width 100 ppt height 100 ppt, move position center # ── Bar ─────────────────────────────────────────────────────────────────────── bar { |
