Added script for Logitech G13

This commit is contained in:
Christian Colglazier 2019-06-21 21:14:27 -04:00
parent 1fe307a689
commit 99743600db
3 changed files with 29 additions and 0 deletions

24
g13/overwatch.bind Normal file
View File

@ -0,0 +1,24 @@
# 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
# Reload
bind G6 KEY_R
# Abilities
bind STICK_UP KEY_LEFTSHIFT
bind STICK_DOWN KEY_E
bind DOWN KEY_Q
# Display
bind LEFT KEY_TAB
bing G18 KEY_C
bind G13 KEY_X
rgb 250 156 29

BIN
g13/overwatch.lpbm Normal file

Binary file not shown.

View File

@ -10,6 +10,11 @@ workspace $ws8 output DP-4
workspace $ws9 output DVI-D-0
workspace $ws10 output HDMI-0
mode "g13" {
bindsym 1 exec --no-startup-id g13d --config ~/.config/g13/overwatch.bind --logo ~/.config/g13/overwatch.lpbm &; mode "default"
}
bindsym $mod+F1 mode "g13"
# Set caps lock key to super
exec_always --no-startup-id setxkbmap -option 'caps:super'