bspwm/examples/loop/wm

6 lines
50 B
Text
Raw Normal View History

2013-03-18 11:30:41 +01:00
#! /bin/sh
while true ; do
bspwm || break
done