diff options
author | ZachIR <zachir@librem.one> | 2025-08-09 08:48:29 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-08-09 08:48:29 -0500 |
commit | 72beef5c1858c8e09aaa8870e81b3cac7ef70941 (patch) | |
tree | d92aead4e9f4a1b74f0ee5fbdfba11e45f666625 | |
parent | 8be3056baa220cf5ec47f20f2773c992acc606d2 (diff) | |
parent | c0ee1d4b5dbd37b05947ffcc584c0834d523626d (diff) |
Merge branch 'master' into carcar
-rwxr-xr-x | dwm/autostart.sh | 3 |
1 files changed, 1 insertions, 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 |