diff options
author | zachir <zachir@librem.one> | 2023-02-09 10:59:15 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-09 10:59:15 -0600 |
commit | d2f04e6c96701097e86143944db4143dc3b579f4 (patch) | |
tree | 6c7974a550634fd8495aa82ad363a90702f7b151 /autostart.sh | |
parent | 1fa2e34ab545e677f12ce126774dcdfdf87a7e05 (diff) |
autostart: comment out snd.sh (might not need), add picom
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 |