This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/apps/de/bspwm/wmstart
2019-12-02 09:31:28 -06:00

7 lines
94 B
Bash
Executable file

#!/usr/bin/env bash
# allows bspwm to reload when killed
while true; do
bspwm || break
done