6 lines
57 B
Bash
Executable file
6 lines
57 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
while true; do
|
|
bspwm || break
|
|
done
|