diff --git a/g13/overwatch.bind b/g13/overwatch.bind new file mode 100644 index 0000000..4b94556 --- /dev/null +++ b/g13/overwatch.bind @@ -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 diff --git a/g13/overwatch.lpbm b/g13/overwatch.lpbm new file mode 100644 index 0000000..a106058 Binary files /dev/null and b/g13/overwatch.lpbm differ diff --git a/i3/desktop.conf b/i3/desktop.conf index bc262f7..1fb1c68 100644 --- a/i3/desktop.conf +++ b/i3/desktop.conf @@ -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'