diff options
author | zachir <zachir@librem.one> | 2024-06-05 13:39:02 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-05 13:39:02 -0500 |
commit | e9650d8ba7eb934f248caf6a9278ded570238ed2 (patch) | |
tree | ed1d2682f573da996ea3389339e55f2a7a594fbc | |
parent | 1d85bc68d5ecc197e7619de9cbe5beb0ea8e309e (diff) |
cas: autostart dinit
This allows having dinit user services
-rwxr-xr-x | autostart.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autostart.sh b/autostart.sh index 42eb092..7124a5e 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 |