sxhkd: Add bspc hidden flag functionality

Note that window order is not based on the order in which windows are
hidden, but something else entirely. For this reason, it is recommended
to hide only one window at once.

A more robust solution would be to let the user choose from a list of
available hidden windows, potentially through rofi's dmenu capability.
This commit is contained in:
Donovan Glover 2018-11-27 18:52:46 -05:00
parent 9f0809220a
commit a894674c64
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -55,6 +55,10 @@ super + {_,shift} + n
super + {x,y}
bspc node -g {sticky,private}
# FLAGS: Push and pop windows from the hidden stack
super + {_,shift} + b
bspc node {-g hidden,$(bspc query -N -n .hidden | tail -n 1) -g hidden=off}
# STATES: Toggle between node states
super + {t,r,f,space}
bspc node focused -t ~{tiled,pseudo_tiled,fullscreen,floating}