bspwm/examples/loop/bspwmrc
2014-01-21 20:48:49 +01:00

6 lines
165 B
Bash
Executable file

#! /bin/sh
if [ -e "$BSPWM_TREE" ] ; then
bspc restore -T "$BSPWM_TREE" -H "$BSPWM_HISTORY" -S "$BSPWM_STACK"
rm "$BSPWM_TREE" "$BSPWM_HISTORY" "$BSPWM_STACK"
fi