diff --git a/i3/desktop.conf b/i3/desktop.conf index b1add15..bc262f7 100644 --- a/i3/desktop.conf +++ b/i3/desktop.conf @@ -1,18 +1,24 @@ # Assign workspaces to monitors -workspace $ws1 output DP-2 +workspace $ws1 output HDMI-0 workspace $ws2 output DP-4 workspace $ws3 output DVI-D-0 -workspace $ws4 output DP-2 +workspace $ws4 output HDMI-0 workspace $ws5 output DP-4 workspace $ws6 output DVI-D-0 -workspace $ws7 output DP-2 +workspace $ws7 output HDMI-0 workspace $ws8 output DP-4 workspace $ws9 output DVI-D-0 -workspace $ws10 output DP-2 +workspace $ws10 output HDMI-0 # Set caps lock key to super exec_always --no-startup-id setxkbmap -option 'caps:super' -# Hack to make all three monitors start up on login -exec_always --no-startup-id sleep 1 && sh ~/.config/screenlayout/off.sh -exec_always --no-startup-id sleep 2 && sh ~/.config/screenlayout/main.sh && xrandr --dpi 110 +# Starts Jack for audio +exec_always --no-startup-id sleep 1 && cadence-session-start --system-start + +# Start Firefox +exec_always --no-startup-id i3-msg 'workspace 3; exec firefox' + +# Open Google Play Music on workspace 10 +exec_always --no-startup-id i3-msg 'workspace 10; exec sleep 2 && google-play-music-desktop-player' +for_window [title="Google Play Music Desktop Player"] move to workspace $ws10