Add floating window movement to sxhkd
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user