Browse Source

Add floating window movement to sxhkd

master
Riyyi 4 years ago
parent
commit
4c0a2bad7a
  1. 6
      .config/sxhkd/bspwm

6
.config/sxhkd/bspwm

@ -77,6 +77,12 @@ super + g
super + y
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 --#
# Expand node by moving its side outward

Loading…
Cancel
Save