mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 18:21:43 -05:00
6 lines
171 B
Text
6 lines
171 B
Text
super + alt + {_,shift + }Escape
|
|
{bspc query -T > "$BSPWM_TREE"; \
|
|
bspc query -H > "$BSPWM_HISTORY"; \
|
|
bspc query -S > "$BSPWM_STACK"; \
|
|
bspc quit,\
|
|
bspc quit 1}
|