From 5bee3a30f9f0aeb2c80fd4a0bc7ab14d1dcc1e38 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 10 Nov 2025 17:25:06 -0700 Subject: [PATCH] Add back the `&` which went missing while playing with `test.sh`. --- files/dwm/dwm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/dwm/dwm.sh b/files/dwm/dwm.sh index 75fad2b..d84f317 100644 --- a/files/dwm/dwm.sh +++ b/files/dwm/dwm.sh @@ -56,7 +56,7 @@ while true; do xsetroot -name "$readout" readout="" sleep 0.75 -done +done & ## Start ##