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:
parent
1e1608a9ce
commit
3d39d55454
@ -174,3 +174,11 @@ super + alt + shift + {h,j,k,l}
|
||||
# move a floating window
|
||||
super + {Left,Down,Up,Right}
|
||||
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}
|
||||
|
Loading…
Reference in New Issue
Block a user