mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Doom Eternal bindings
This commit is contained in:
parent
c4e62f6db9
commit
90c0d3b038
65
g13/doom-eternal.bind
Normal file
65
g13/doom-eternal.bind
Normal file
@ -0,0 +1,65 @@
|
||||
# ================= =============== =============== ======== ========
|
||||
# \\ . . . . . . .\\ //. . . . . . .\\ //. . . . . . .\\ \\. . .\\// . . //
|
||||
# ||. . ._____. . .|| ||. . ._____. . .|| ||. . ._____. . .|| || . . .\/ . . .||
|
||||
# || . .|| ||. . || || . .|| ||. . || || . .|| ||. . || ||. . . . . . . ||
|
||||
# ||. . || || . .|| ||. . || || . .|| ||. . || || . .|| || . | . . . . .||
|
||||
# || . .|| ||. _-|| ||-_ .|| ||. . || || . .|| ||. _-|| ||-_.|\ . . . . ||
|
||||
# ||. . || ||-' || || `-|| || . .|| ||. . || ||-' || || `|\_ . .|. .||
|
||||
# || . _|| || || || || ||_ . || || . _|| || || || |\ `-_/| . ||
|
||||
# ||_-' || .|/ || || \|. || `-_|| ||_-' || .|/ || || | \ / |-_.||
|
||||
# || ||_-' || || `-_|| || || ||_-' || || | \ / | `||
|
||||
# || `' || || `' || || `' || || | \ / | ||
|
||||
# || .===' `===. .==='.`===. .===' /==. | \/ | ||
|
||||
# || .==' \_|-_ `===. .===' _|_ `===. .===' _-|/ `== \/ | ||
|
||||
# || .==' _-' `-_ `=' _-' `-_ `=' _-' `-_ /| \/ | ||
|
||||
# || .==' _-' `-__\._-' `-_./__-' `' |. /| | ||
|
||||
# ||.==' _-' `' | /==.||
|
||||
# ==' _-' \/ `==
|
||||
# \ _-' `-_ /
|
||||
# `'' ``'
|
||||
|
||||
|
||||
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 G15 KEY_LEFTSHIFT
|
||||
|
||||
# Weapon Select
|
||||
## Glorykill/Use
|
||||
bind LEFT KEY_E
|
||||
## Flame Belch
|
||||
bind DOWN KEY_R
|
||||
## Chainsaw
|
||||
bind G19 KEY_C
|
||||
## Super Shotgun
|
||||
bind STICK_LEFT KEY_5
|
||||
## Rocket Launcher
|
||||
bind STICK_UP KEY_4
|
||||
## Heavy Cannon
|
||||
bind STICK_RIGHT KEY_2
|
||||
## Plasma Rifle
|
||||
bind STICK_DOWN KEY_3
|
||||
## Ballista
|
||||
bind G6 KEY_6
|
||||
## BFG-9000
|
||||
bind G7 KEY_8
|
||||
|
||||
## Chaingun
|
||||
bind G5 KEY_7
|
||||
|
||||
# Dossier
|
||||
bind G1 KEY_TAB
|
||||
# Mission Informatmation
|
||||
bind G2 KEY_LEFTALT
|
||||
|
||||
rgb 66 00 00
|
@ -44,6 +44,10 @@ for_window [class="Lutris"] move to workspace $ws4
|
||||
for_window [class="Wine" title="DOOMx64vk"] move to workspace $ws4
|
||||
for_window [class="Wine" title="DOOMx64vk"] exec --no-startup-id cat ~/.config/g13/doom.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/doom.lpbm > /tmp/g13-0
|
||||
|
||||
# DOOM Eternal
|
||||
for_window [title="DOOMEternal"] move to workspace $ws4
|
||||
for_window [title="DOOMEternal"] exec --no-startup-id cat ~/.config/g13/doom-eternal.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/doom.lpbm > /tmp/g13-0
|
||||
|
||||
# Starting DaVinci Resolve
|
||||
for_window [class="resolve"] move to workspace $wsResolve
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user