bspwm icon indicating copy to clipboard operation
bspwm copied to clipboard

[Feature request] a node command to swap children

Open ortango opened this issue 3 years ago • 0 comments

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.

ortango avatar Jun 27 '21 17:06 ortango