From 383d9dc6eb999b0b30621c2eae2e9fb1a957e154 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sat, 31 Aug 2019 11:29:13 -0400 Subject: [PATCH] Overwatch and DaVinci Resolve startup setup --- i3/desktop.conf | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/i3/desktop.conf b/i3/desktop.conf index eb179e4..80195b4 100644 --- a/i3/desktop.conf +++ b/i3/desktop.conf @@ -27,9 +27,15 @@ exec_always --no-startup-id setxkbmap -option 'caps:super' # Starts Jack for audio exec_always --no-startup-id sh ~/.config/scripts/system-start-audio.sh -# Start Firefox -exec_always --no-startup-id i3-msg 'workspace 3; exec firefox' - # Open Google Play Music on workspace 10 for_window [title="Google Play Music Desktop Player"] move to workspace $ws10 +# Starting Overwatch +for_window [class="Wine" title="Overwatch"] move to workspace $ws8 +for_window [class="Wine" title="Overwatch"] exec --no-startup-id cat ~/.config/g13/overwatch.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/overwatch.lpbm > /tmp/g13-0 +for_window [class="Wine" title="Blizzard Battle.net"] move to workspace $ws8 +for_window [class="Lutris"] move to workspace $ws8 + +# Starting DaVinci Resolve +for_window [class="resolve"] move to workspace $ws5 +for_window [class="resolve"] exec --no-startup-id cat ~/.config/g13/resolve.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/resolve.lpbm > /tmp/g13-0 \ No newline at end of file