summaryrefslogtreecommitdiffstats
path: root/sxhkd/.config
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2015-06-27 23:25:32 -0400
committerAmin Bandali <me@aminb.org>2015-06-27 23:25:32 -0400
commit896820db531ccaadd2ccc37dcad097aa041b821d (patch)
treec6cbd8b50e62dbe669abd37c407d045accd74d67 /sxhkd/.config
parent8f906411ba07286affb826a29ebe210d696a2fcb (diff)
downloadconfigs-896820db531ccaadd2ccc37dcad097aa041b821d.tar.gz
configs-896820db531ccaadd2ccc37dcad097aa041b821d.tar.xz
configs-896820db531ccaadd2ccc37dcad097aa041b821d.zip
[sxhkd] add shortcut for moving window to prev/next desktop
Diffstat (limited to 'sxhkd/.config')
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc3
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}