diff options
| author | 2026-05-13 13:43:17 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:17 +0100 | |
| commit | 89c9213617aede2a220a7c3a49e0a76e91e33951 (patch) | |
| tree | 3cfbedca0e6693157bfcabf67f7f115e3cfcc7f6 /dot_config/waybar | |
| parent | 257dba8399c63a5523e81eab25c77c866a6f98ee (diff) | |
| download | dotfiles-89c9213617aede2a220a7c3a49e0a76e91e33951.tar.gz dotfiles-89c9213617aede2a220a7c3a49e0a76e91e33951.tar.bz2 dotfiles-89c9213617aede2a220a7c3a49e0a76e91e33951.zip | |
refactor(sway): stash thunderbird in scratchpad instead of hidden ws
waybar's sway/workspaces has no ignore-list (that option is hyprland-only),
so the _tb workspace always leaked into the bar and into super+tab cycling.
Using sway's native scratchpad solves both: the __i3_scratch workspace is
filtered automatically. We run 'floating disable' right after 'scratchpad
show' so the window lands tiled on the current workspace, preserving the
intended UX.
Diffstat (limited to 'dot_config/waybar')
| -rw-r--r-- | dot_config/waybar/config.jsonc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dot_config/waybar/config.jsonc b/dot_config/waybar/config.jsonc index 8007257..7711ba0 100644 --- a/dot_config/waybar/config.jsonc +++ b/dot_config/waybar/config.jsonc @@ -20,7 +20,6 @@ "sway/workspaces": { "disable-scroll": true, - "ignore-list": ["_tb"], }, "sway/window": { |
