mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Arkham Knight bindings
This commit is contained in:
parent
ab8d6c1f22
commit
a98ae738dd
36
g13/arkham-knight.bind
Normal file
36
g13/arkham-knight.bind
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
stickzone del STICK_PAGEUP
|
||||||
|
stickzone del STICK_PAGEDOWN
|
||||||
|
stickzone bounds STICK_LEFT 0.0 0.3 0.2 0.7
|
||||||
|
stickzone bounds STICK_RIGHT 0.8 0.3 1.0 0.7
|
||||||
|
stickzone bounds STICK_UP 0.3 0.0 0.7 0.2
|
||||||
|
stickzone bounds STICK_DOWN 0.3 0.8 0.7 1.0
|
||||||
|
|
||||||
|
# Character Movement
|
||||||
|
bind G4 KEY_W
|
||||||
|
bind G10 KEY_A
|
||||||
|
bind G11 KEY_S
|
||||||
|
bind G12 KEY_D
|
||||||
|
bind G22 KEY_SPACE
|
||||||
|
bind G20 KEY_RIGHTCTRL
|
||||||
|
bind G15 KEY_RIGHTCTRL
|
||||||
|
|
||||||
|
# Hook
|
||||||
|
bind STICK_UP KEY_F
|
||||||
|
bind STICK_DOWN KEY_F
|
||||||
|
|
||||||
|
# Enter Batmobile
|
||||||
|
bind DOWN KEY_E
|
||||||
|
|
||||||
|
# Detective Mode
|
||||||
|
bind G5 LEFT KEY_X
|
||||||
|
|
||||||
|
# Choose gadget
|
||||||
|
bind G14 KEY_G
|
||||||
|
|
||||||
|
# Augmented Reality Challenges
|
||||||
|
bind G19 KEY_ C
|
||||||
|
|
||||||
|
# Mission Choice
|
||||||
|
bind G1 KEY_V
|
||||||
|
|
||||||
|
rgb 255 5 5
|
BIN
g13/arkham-knight.lpbm
Normal file
BIN
g13/arkham-knight.lpbm
Normal file
Binary file not shown.
@ -99,6 +99,10 @@ for_window [class="TPH.x86_64" title="Two Point Hospital"] exec --no-startup-id
|
|||||||
for_window [class="Minecraft*" title="Minecraft*"] move to workspace $wsGames
|
for_window [class="Minecraft*" title="Minecraft*"] move to workspace $wsGames
|
||||||
for_window [class="Minecraft*" title="Minecraft*"] exec --no-startup-id cat ~/.config/g13/minecraft.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/minecraft.lpbm > /tmp/g13-0
|
for_window [class="Minecraft*" title="Minecraft*"] exec --no-startup-id cat ~/.config/g13/minecraft.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/minecraft.lpbm > /tmp/g13-0
|
||||||
|
|
||||||
|
# Arkham Knight
|
||||||
|
for_window [class="steam_app_208650" title="*"] move to workspace $wsGames
|
||||||
|
for_window [class="steam_app_208650" title="*"] exec --no-startup-id cat ~/.config/g13/arkham-knight.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/arkham-knight.lpbm > /tmp/g13-0
|
||||||
|
|
||||||
# The side buttons move the desktop around
|
# The side buttons move the desktop around
|
||||||
bindsym --whole-window button9 exec --no-startup-id python3 ~/.config/scripts/i3-mouse.py back
|
bindsym --whole-window button9 exec --no-startup-id python3 ~/.config/scripts/i3-mouse.py back
|
||||||
bindsym --whole-window button8 exec --no-startup-id python3 ~/.config/scripts/i3-mouse.py forward
|
bindsym --whole-window button8 exec --no-startup-id python3 ~/.config/scripts/i3-mouse.py forward
|
||||||
|
Loading…
x
Reference in New Issue
Block a user