baskerville / bspwm

A tiling window manager based on binary space partitioning
BSD 2-Clause "Simplified" License
7.79k stars 414 forks source link

bspc control --toggle-visibility #539

Closed tu-maurice closed 8 years ago

tu-maurice commented 8 years ago

Could you kindly point me into the direction where the bspc control --toggle-visibility feature has gone to?

neeasade commented 8 years ago

It was removed, and you can now toggle a hidden flag on nodes to set their visibility.

-g, --flag hidden|sticky|private|locked[=on|off]

    Set or toggle the given flag for the selected node.
tu-maurice commented 8 years ago

the hidden flag isn't exactly the same thing. but i guess it has to suffice.

neeasade commented 8 years ago

Yeah, was implying from https://github.com/baskerville/bspwm/issues/381 that was intended -- might also checkout xdo's hide option.

tu-maurice commented 8 years ago

What kinda put me off using the hidden flag to emulate toggle-visibility is that newly created windows wouldn't get the hidden flag but ok. I made a small script hiding all nodes if there aren't any hidden windows and showing all nodes else. It should suffice.

Thanks for the quick help. Should've searched before creating an issue though.