fix: do not stop wlr services on logout
1 files changed, 3 insertions(+), 1 deletions(-) M home/modules/ruther/home/dwl/scripts.scm
M home/modules/ruther/home/dwl/scripts.scm => home/modules/ruther/home/dwl/scripts.scm +3 -1
@@ 67,7 67,9 @@ (invoke (string-append #$shepherd "/bin/herd") "stop" - "wlr-services") + "wlr-services" + "no" ;; do not stop the child services. + ) ;; Start wlr-services now (invoke (string-append #$shepherd "/bin/herd")