~ruther/guix-config

3b2a0ef5fb9177650d424f866e185546358a6288 — Rutherther 2 months ago 575718c
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")