Add floating window movement to sxhkd

This commit is contained in:
Riyyi
2020-01-26 03:35:39 +01:00
parent 88f09a216d
commit 4c0a2bad7a
+6
View File
@@ -77,6 +77,12 @@ super + g
super + y super + y
bspc node -n newest.!automatic.local bspc node -n newest.!automatic.local
# Move floating window
ctrl + alt + {h,j,k,l}
bspc node -v {-30 0, 0 30, 0 -30, 30 0}
ctrl + alt + {Left,Down,Up,Right}
bspc node -v {-30 0, 0 30, 0 -30, 30 0}
#-- Resize --# #-- Resize --#
# Expand node by moving its side outward # Expand node by moving its side outward