diff options
author | Amin Bandali <me@aminb.org> | 2015-05-02 09:47:23 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-05-02 09:47:23 -0400 |
commit | 7a226debb210656a9659db47f8b28c9c60cd61ef (patch) | |
tree | dc00add10282f5416bdf6efc5c0706809a0df0db /sxhkd | |
parent | b43fbbaa6dfebfdc3fd043f6431e4334e2efac37 (diff) | |
download | configs-7a226debb210656a9659db47f8b28c9c60cd61ef.tar.gz configs-7a226debb210656a9659db47f8b28c9c60cd61ef.tar.xz configs-7a226debb210656a9659db47f8b28c9c60cd61ef.zip |
sxhkd: super + slash and super + c bindings
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 13734ef..db3e8aa 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -37,7 +37,7 @@ super + m super + {_,shift + }{h,j,k,l} bspc window -{f,s} {left,down,up,right} -super + {_,shift + }c +super + {_,shift + }slash bspc window -f {next,prev} super + {comma,period} @@ -95,6 +95,9 @@ super + e super + r firefox +super + c + chromium + # make sxhkd reload its configuration files: super + Escape pkill -USR1 -x sxhkd |