diff options
Diffstat (limited to 'config/sxhkd/sxhkdrc')
-rw-r--r-- | config/sxhkd/sxhkdrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index ea6a681..1a191ff 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -2,6 +2,7 @@ # bspwm hotkeys # + grave ; shift + c ~/.ratpoison/wp change @@ -225,6 +226,17 @@ XF86KbdBrightnessUp XF86KbdBrightnessDown kbdlight down 1 + +# Keyboard layouts +super + q + setxkbmap us + +super + c + setxkbmap us -variant colemak + + # make sxhkd reload its configuration files: grave ; Escape pkill -USR1 -x sxhkd + + |