diff options
| -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 { |
