From 4ee7a5aea7434a5e7f76957dd98bf8b19b60e6cc Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Thu, 20 Jun 2019 21:38:01 -0400 Subject: [PATCH] Added startup programs for desktop --- i3/desktop.conf | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) 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