This repository has been archived on 2023-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/scripts/DWM

6 lines
37 B
Plaintext
Raw Normal View History

2022-11-01 19:12:15 +01:00
#!/bin/sh
while true;
do
dwm
done