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

5 lines
50 B
Bash
Executable file

#! /bin/sh
while true ; do
bspwm || break
done