bspwm/examples/loop/bspwmrc

7 lines
93 B
Text
Raw Normal View History

2013-03-18 11:30:41 +01:00
#! /bin/sh
2015-12-22 19:25:45 +01:00
if [ -e "$BSPWM_STATE" ] ; then
bspc wm -l "$BSPWM_STATE"
rm "$BSPWM_STATE"
fi