aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/sway/executable_ws-cycle.sh
Commit message (Collapse)AuthorAgeFilesLines
* refactor(sway): stash thunderbird in scratchpad instead of hidden wsLibravatar sommerfeld2026-05-131-18/+0
| | | | | | | | | 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.
* feat(sway): skip _tb stash when cycling workspaces with super+tabLibravatar sommerfeld2026-05-131-0/+18