diff options
author | zachir <zachir@librem.one> | 2024-01-11 13:55:51 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-01-11 13:55:51 -0600 |
commit | 3a8c207c76adf31811a90cc81e6cf3f9a2027397 (patch) | |
tree | fc8e2168892944134156584731f123fd622bbd5f | |
parent | 7c6db58bef5e8dc34e5e5da43b0673ba80dfc006 (diff) |
cas: dinit: Autostart dinit for user services
Cas uses dinit for the init system, and this will allow running user
services.
-rwxr-xr-x | autostart.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |