diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index f7592a87..6def2705 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -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}