diff options
| author | 2026-05-13 13:43:15 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:15 +0100 | |
| commit | 1eab05db6629c1d51468b77160252c0af97de8d7 (patch) | |
| tree | 8b7eabd7319f330047e0559ea06470bac5413012 | |
| parent | ef7fa0665e99e005c9e0d6e85954e457cf0d3e1f (diff) | |
| download | dotfiles-1eab05db6629c1d51468b77160252c0af97de8d7.tar.gz dotfiles-1eab05db6629c1d51468b77160252c0af97de8d7.tar.bz2 dotfiles-1eab05db6629c1d51468b77160252c0af97de8d7.zip | |
fix(sway): use correct thunderbird app_id (org.mozilla.Thunderbird)
| -rw-r--r-- | dot_config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_config/sway/config b/dot_config/sway/config index c2f0343..714b430 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -43,7 +43,7 @@ output * bg #282828 solid_color for_window [class="feh"] floating enable for_window [app_id="imv"] floating enable for_window [class="Tor Browser"] floating enable -for_window [app_id="thunderbird"] move to scratchpad +for_window [app_id="org.mozilla.Thunderbird"] move to scratchpad # ── Standard keybinds (sway defaults) ───────────────────────────────────────── bindsym $mod+Return exec $term @@ -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="thunderbird"] scratchpad show +bindsym $mod+t [app_id="org.mozilla.Thunderbird"] scratchpad show # ── Bar ─────────────────────────────────────────────────────────────────────── bar { |
