From 896820db531ccaadd2ccc37dcad097aa041b821d Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 27 Jun 2015 23:25:32 -0400 Subject: [PATCH] [sxhkd] add shortcut for moving window to prev/next desktop --- sxhkd/.config/sxhkd/sxhkdrc | 3 +++ 1 file changed, 3 insertions(+) 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} -- 2.20.1