projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f90641
)
[sxhkd] add shortcut for moving window to prev/next desktop
author
Amin Bandali
<me@aminb.org>
Sun, 28 Jun 2015 03:25:32 +0000
(23:25 -0400)
committer
Amin Bandali
<me@aminb.org>
Sun, 28 Jun 2015 03:25:32 +0000
(23:25 -0400)
sxhkd/.config/sxhkd/sxhkdrc
patch
|
blob
|
blame
|
history
diff --git
a/sxhkd/.config/sxhkd/sxhkdrc
b/sxhkd/.config/sxhkd/sxhkdrc
index
0b98505
..
0aee4d1
100644
(file)
--- 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}