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/env/wm/wmstart

6 lines
57 B
Plaintext
Raw Normal View History

2016-11-29 14:29:35 -06:00
#!/usr/bin/env bash
while true; do
bspwm || break
done