bspwm/examples/loop/wm
2014-01-21 20:48:49 +01:00

5 lines
49 B
Bash
Executable file

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