From c0ee1d4b5dbd37b05947ffcc584c0834d523626d Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sat, 9 Aug 2025 08:48:02 -0500 Subject: Only start slstatus if it is not already running --- dwm/autostart.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dwm/autostart.sh b/dwm/autostart.sh index 959797c..07f82d1 100755 --- a/dwm/autostart.sh +++ b/dwm/autostart.sh @@ -1,3 +1,2 @@ #!/bin/sh - -slstatus & +pgrep -x slstatus || slstatus -- cgit v1.2.3