Fixing auto start
This commit is contained in:
parent
9fe7d41ca9
commit
8a6823faa7
|
@ -1,4 +1,30 @@
|
||||||
|
# Assign workspaces to monitors
|
||||||
|
workspace 1 output DP-3
|
||||||
|
workspace 2 output DP-3
|
||||||
|
workspace 3 output HDMI-A-1
|
||||||
|
workspace 4 output HDMI-A-1
|
||||||
|
|
||||||
|
# Run in bg/tray
|
||||||
exec keepassxc
|
exec keepassxc
|
||||||
exec nextcloud
|
exec nextcloud
|
||||||
exec telegram-desktop && swaymsg 'assign [class=Telegram] workspace 2
|
|
||||||
exec tmux new -ds profanity profanity
|
exec tmux new -ds profanity profanity
|
||||||
|
|
||||||
|
workspace 1
|
||||||
|
exec alacritty
|
||||||
|
|
||||||
|
workspace 2
|
||||||
|
exec /usr/bin/steam
|
||||||
|
|
||||||
|
workspace 3
|
||||||
|
exec discord
|
||||||
|
exec firefox-bin
|
||||||
|
|
||||||
|
workspace 4
|
||||||
|
exec telegram-desktop
|
||||||
|
|
||||||
|
# Needs to be forced due to launcher loading
|
||||||
|
assign [title="Steam"] 2
|
||||||
|
assign [title="Discord"] 3
|
||||||
|
|
||||||
|
# Focus back to main workspace
|
||||||
|
workspace 1
|
||||||
|
|
Loading…
Reference in New Issue