34 lines
559 B
Plaintext
34 lines
559 B
Plaintext
# Start audio
|
|
exec gentoo-pipewire-launcher restart &
|
|
|
|
# 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 nextcloud
|
|
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
|