mirror of
				https://github.com/AquaMorph/dotfiles.git
				synced 2025-11-03 17:03:18 +00:00 
			
		
		
		
	Overwatch and DaVinci Resolve startup setup
This commit is contained in:
		@@ -27,9 +27,15 @@ exec_always --no-startup-id setxkbmap -option 'caps:super'
 | 
				
			|||||||
# Starts Jack for audio
 | 
					# Starts Jack for audio
 | 
				
			||||||
exec_always --no-startup-id sh ~/.config/scripts/system-start-audio.sh
 | 
					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
 | 
					# Open Google Play Music on workspace 10
 | 
				
			||||||
for_window [title="Google Play Music Desktop Player"] move to workspace $ws10
 | 
					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
 | 
				
			||||||
		Reference in New Issue
	
	Block a user