aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/sway/executable_tb-autostart.sh
Commit message (Collapse)AuthorAgeFilesLines
* chore(fmt): apply shfmt and prettier formattingLibravatar sommerfeld2026-05-131-5/+5
| | | | | - shfmt -i 2 -ci -s on the four updated shell scripts (tabs → 2 spaces) - prettier --write on KEYBINDS.md and README.md
* feat(sway): separate thunderbird autostart from super+t launch pathLibravatar sommerfeld2026-05-131-0/+21
Splitting the for_window 'move to scratchpad' action into a dedicated autostart helper so that super+t launches TB tiled (not stashed) when TB isn't already running. Previously the for_window rule would stash every new main window, forcing the user to press super+t twice after killing TB manually.