From 8622360433d2d7cfdbec49018cb12cf017c719c4 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 14 Nov 2021 16:30:54 -0500 Subject: [PATCH] Among Us bindings --- g13/among-us.bind | 32 ++++++++++++++++++++++++++++++++ g13/among-us.lpbm | Bin 0 -> 960 bytes i3/desktop.conf | 10 ++++++++-- 3 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 g13/among-us.bind create mode 100644 g13/among-us.lpbm diff --git a/g13/among-us.bind b/g13/among-us.bind new file mode 100644 index 0000000..5af8498 --- /dev/null +++ b/g13/among-us.bind @@ -0,0 +1,32 @@ +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 + +# Map Toggle / Sabotage +bind LEFT KEY_TAB + +# Use Vent as Imposter +bind STICK_DOWN KEY_V + +# Interact +bind G22 KEY_SPACE + +# Kill +bind STICK_UP KEY_Q + +# Report +bind G6 KEY_R + +# Role Ability +bind DOWN KEY_F + +# Character Movement +bind G4 KEY_W +bind G10 KEY_A +bind G11 KEY_S +bind G12 KEY_D + +rgb 255 0 0 diff --git a/g13/among-us.lpbm b/g13/among-us.lpbm new file mode 100644 index 0000000000000000000000000000000000000000..c0b29752a6aa15b0bc9cea042b6cb10b251687b8 GIT binary patch literal 960 zcmaJb>!43wh4&S1nDJs9v8JZ1=@uk;BXI|PZIrvAj;J80BkSS63Lo1{TFP~z!G zok%G~=7*+&?V3aX;T>bEg(<9iHBOVukq<59G{XoWPM4JyCs4+4WJa~i3I7-2Ex1SM z2g=&-sq(RxGMDoERBXhGmTocUpXwN#e{H(EauF)yKRZxp0ss{CYdBLwOg5aZk-?ZBevm+*nGF`rsXP?2`_nZIr87Zj OFTCb5cO+CLM4(@NMv!j+ literal 0 HcmV?d00001 diff --git a/i3/desktop.conf b/i3/desktop.conf index 05d37db..ed2df2b 100644 --- a/i3/desktop.conf +++ b/i3/desktop.conf @@ -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