From 6555b7c301b54d1d7f570a18358a8ee824cadd42 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:15 +0100 Subject: feat(sway): size thunderbird scratchpad to fill workspace --- dot_config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_config/sway') 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 { -- cgit v1.3.1