mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-07-04 02:52:02 +00:00
Among Us bindings
This commit is contained in:
@ -36,6 +36,10 @@ exec --no-startup-id sh ~/.config/scripts/audio/system-start-audio.sh
|
||||
# Open Google Play Music on workspace 10
|
||||
for_window [title="Google Play Music Desktop Player"] move to workspace $ws10
|
||||
|
||||
# Among Us
|
||||
for_window [class="steam_app_945360" title="Among Us"] move to workspace $wsGames
|
||||
for_window [class="steam_app_945360" title="Among Us"] exec --no-startup-id cat ~/.config/g13/among-us.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/among-us.lpbm > /tmp/g13-0
|
||||
|
||||
# Starting Overwatch
|
||||
for_window [class="overwatch.exe" title="Overwatch"] move to workspace $wsGames
|
||||
for_window [class="overwatch.exe" title="Overwatch"] exec --no-startup-id cat ~/.config/g13/overwatch.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/overwatch.lpbm > /tmp/g13-0
|
||||
@ -71,8 +75,10 @@ for_window [class="REAPER"] move to workspace $wsReaper
|
||||
for_window [class="^Steam$"] move to workspace $wsGames
|
||||
|
||||
# Bitwig
|
||||
assign [class="^Show-splash-gtk$"] $wsBitwig
|
||||
assign [class="^Bitwig Studio$"] $wsBitwig
|
||||
for_window [class="^Show-splash-gtk$"] move to workspace $wsBitwig
|
||||
for_window [class="^Bitwig Studio$"] move to workspace $wsBitwig
|
||||
for_window [class="com.bitwig.BitwigStudio"] exec sleep 1; move to workspace $wsBitwig
|
||||
|
||||
|
||||
# Fall Guys
|
||||
for_window [title="FallGuys_client"] move to workspace $wsGames
|
||||
|
Reference in New Issue
Block a user