diff options
author | Amin Bandali <me@aminb.org> | 2015-06-27 23:25:32 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-06-27 23:25:32 -0400 |
commit | 896820db531ccaadd2ccc37dcad097aa041b821d (patch) | |
tree | c6cbd8b50e62dbe669abd37c407d045accd74d67 | |
parent | 8f906411ba07286affb826a29ebe210d696a2fcb (diff) | |
download | configs-896820db531ccaadd2ccc37dcad097aa041b821d.tar.gz configs-896820db531ccaadd2ccc37dcad097aa041b821d.tar.xz configs-896820db531ccaadd2ccc37dcad097aa041b821d.zip |
[sxhkd] add shortcut for moving window to prev/next desktop
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 0b98505..0aee4d1 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -46,6 +46,9 @@ super + {comma,period} super + bracket{left,right} bspc desktop -f {prev,next} +super + shift + bracket{left,right} + bspc window -d {prev,next} + super + ctrl + {h,j,k,l} bspc window -p {left,down,up,right} |