1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

feat(sxhkd): add keybindings to swap/rotate nodes

This commit is contained in:
Ryan Kes 2020-11-15 15:46:14 +01:00
parent 1e1608a9ce
commit 3d39d55454

View File

@ -174,3 +174,11 @@ super + alt + shift + {h,j,k,l}
# move a floating window # move a floating window
super + {Left,Down,Up,Right} super + {Left,Down,Up,Right}
bspc node -v {-20 0,0 20,0 -20,20 0} bspc node -v {-20 0,0 20,0 -20,20 0}
# Swap nodes the tree from the current nodes parent
super + control + {Up, Down}
bspc node @parent -C {forward, backward}
# Rotate the tree from the current nodes parent
super + control + {Right, Left}
bspc node @parent --rotate {90,270}