bspwm
bspwm copied to clipboard
[Feature request] a node command to swap children
this would be equivalent to bspc node "${t}#@1" -s "${t}#@2"
, but it would be chain-able (on node $t).
the point would be to have a complimentary command to --type
making (non-recursive) node rotation possible with one bspc
command. like bspc node @/1 -y vertical -I
i've been using non recursive flip_tree()
for this (without the ratio invert), and calling it -I
, --invert
.
but it's kind of a redundant feature. i'm not sure that anyone else would find it useful.