From 3a8c207c76adf31811a90cc81e6cf3f9a2027397 Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 11 Jan 2024 13:55:51 -0600 Subject: cas: dinit: Autostart dinit for user services Cas uses dinit for the init system, and this will allow running user services. --- autostart.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autostart.sh b/autostart.sh index 311953f..be39375 100755 --- a/autostart.sh +++ b/autostart.sh @@ -18,6 +18,7 @@ killandrun () { } if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then + dinit & notify-sound.sh off & runifnot swayidle killandrun hyprpaper -- cgit v1.2.3