mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-06-29 16:52:02 +00:00
Portal bindings
This commit is contained in:
@ -73,6 +73,12 @@ assign [class="^Bitwig Studio$"] $wsBitwig
|
||||
for_window [title="FallGuys_client"] move to workspace $wsGames
|
||||
for_window [title="FallGuys_client"] exec --no-startup-id cat ~/.config/g13/fall-guys.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/fall-guys.lpbm > /tmp/g13-0
|
||||
|
||||
# Portal
|
||||
for_window [class="hl2_linux" title="Portal - OpenGL"] move to workspace $wsGames
|
||||
for_window [class="hl2_linux" title="Portal - OpenGL"] exec --no-startup-id cat ~/.config/g13/portal.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/portal.lpbm > /tmp/g13-0
|
||||
for_window [class="portal2_linux" title="PORTAL 2 - OpenGL"] move to workspace $wsGames
|
||||
for_window [class="portal2_linux" title="PORTAL 2 - OpenGL"] exec --no-startup-id cat ~/.config/g13/portal.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/portal.lpbm > /tmp/g13-0
|
||||
|
||||
# The side buttons move the desktop around
|
||||
bindsym --whole-window button9 exec python3 ~/.config/scripts/i3-mouse.py back
|
||||
bindsym --whole-window button8 exec python3 ~/.config/scripts/i3-mouse.py forward
|
||||
|
Reference in New Issue
Block a user