chore: removed the startdwm script

I probably won't use DWM in the future so the startdwm script is no
longer needed.
This commit is contained in:
Dan Anglin 2024-09-13 11:09:24 +01:00
parent 2402833b1a
commit 7b59918e80
Signed by: dananglin
GPG key ID: DC7C2989B0E30FEA

View file

@ -1,10 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
logfile="${LOG_HOME}/dwm.log"
while true; do
# Log stderror to a file
dwm 2> "$logfile"
done