diff options
author | vaskozl <vasil.zlatanov@gmail.com> | 2015-03-15 10:32:19 +0100 |
---|---|---|
committer | vaskozl <vasil.zlatanov@gmail.com> | 2015-03-15 10:32:19 +0100 |
commit | d9925d31e86b652913d0364684b1dadc70ecf2a7 (patch) | |
tree | fb48c736f2c5063fd0cd0d04afa2a3976af1da02 /config/sxhkd/sxhkdrc | |
parent | 297a464fa606d0654473c8725b6f69368b1addec (diff) | |
download | dotfiles-d9925d31e86b652913d0364684b1dadc70ecf2a7.tar.gz dotfiles-d9925d31e86b652913d0364684b1dadc70ecf2a7.tar.bz2 dotfiles-d9925d31e86b652913d0364684b1dadc70ecf2a7.zip |
local
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 9e0bc58..b5e48f1 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 + + |