dotfiles/.config/sway/config.d/autostart.conf##default

5 lines
159 B
Plaintext
Raw Normal View History

2022-12-05 09:03:43 +00:00
assign [app_id="firefox"] workspace 2
exec swaymsg "workspace 2; exec firefox;"
2022-12-05 09:03:43 +00:00
exec swaymsg "workspace 3; exec kitty;"
exec swaymsg "workspace 1; exec emacs"