diff options
author | zachir <zachir@librem.one> | 2023-02-11 20:45:10 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-11 20:45:10 -0600 |
commit | d351667129538cbb0cc66f0337c3cb06306f729a (patch) | |
tree | aaf8e50a67853bdec1921e541b82aea4a53af9a3 | |
parent | bfaeb374d26f6d763e9f9b1aa39d344d2d4c36ea (diff) |
move runsvdir to autostart rather than xinit
-rwxr-xr-x | X11/xinitrc | 1 | ||||
-rwxr-xr-x | autostart.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/X11/xinitrc b/X11/xinitrc index 1d5a4fa..73e2b83 100755 --- a/X11/xinitrc +++ b/X11/xinitrc @@ -1,4 +1,5 @@ xrdb ~/.Xresources sh -c ~/.xprofile & +#runsvdir ~/.runit/runsvdir & WM="$(~/.local/bin/scripts/crcparse 'WM')" exec dbus-launch --exit-with-session $WM diff --git a/autostart.sh b/autostart.sh index 38d0a79..162f23a 100755 --- a/autostart.sh +++ b/autostart.sh @@ -8,6 +8,7 @@ runifnot () { fi } +runifnot runsvdir ~/.runit/runsvdir runifnot picom runifnot mpd-mpris -network unix runifnot mpd-notification |