bspwm/examples/loop/autostart
2013-03-18 11:30:41 +01:00

8 lines
132 B
Bash
Executable file

#! /bin/sh
if [ -e "$BSPWM_BACKUP" ] ; then
bspc restore "$BSPWM_BACKUP"
rm "$BSPWM_BACKUP"
else
bspc adopt_orphans
fi