From: Amin Bandali Date: Sun, 28 Jun 2015 03:25:32 +0000 (-0400) Subject: [sxhkd] add shortcut for moving window to prev/next desktop X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/896820db531ccaadd2ccc37dcad097aa041b821d [sxhkd] add shortcut for moving window to prev/next desktop --- 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}