diff options
author | zachir <zachir@librem.one> | 2023-02-09 21:07:06 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-09 21:07:06 -0600 |
commit | 7a2dd5235800003487d43c57d1b76847c692bce4 (patch) | |
tree | 8d96101718e456180a6c6df40182a3e5dfe7e5cd /autostart.sh | |
parent | 590e65f30f0478d7345be93191dc8bbe151c8a55 (diff) | |
parent | 9c096aa3d0e26537228489f3c522070454d96436 (diff) |
merge updates
Diffstat (limited to 'autostart.sh')
-rwxr-xr-x | autostart.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autostart.sh b/autostart.sh index d892e27..b8d1aa5 100755 --- a/autostart.sh +++ b/autostart.sh @@ -14,7 +14,8 @@ if type mpd >/dev/null; then elif type musicpd >/dev/null; then runifnot musicpd fi -pkill pipewire ; pkill pipewire-pulse ; pkill wireplumber ; snd.sh & +#pkill pipewire ; pkill pipewire-pulse ; pkill wireplumber ; snd.sh & +runifnot picom runifnot mpd-mpris -network unix runifnot mpd-notification runifnot transmission-daemon |