bspwm/examples/loop/autostart

9 lines
132 B
Text
Raw Normal View History

2013-03-18 11:30:41 +01:00
#! /bin/sh
if [ -e "$BSPWM_BACKUP" ] ; then
bspc restore "$BSPWM_BACKUP"
rm "$BSPWM_BACKUP"
else
bspc adopt_orphans
fi