diff --git a/dotfiles/systemd/spotify-clean.timer b/dotfiles/systemd/spotify-clean.timer index 9501a19..91b8269 100644 --- a/dotfiles/systemd/spotify-clean.timer +++ b/dotfiles/systemd/spotify-clean.timer @@ -1,6 +1,6 @@ [Unit] Description=Timer for cleaning spotify extra PA streams -After=pipewire-pulse.socket +After=pulseaudio.socket [Timer] OnUnitActiveSec=1h diff --git a/dotfiles/systemd/xsession.target b/dotfiles/systemd/xsession.target index a3ee316..9248ce9 100644 --- a/dotfiles/systemd/xsession.target +++ b/dotfiles/systemd/xsession.target @@ -3,10 +3,9 @@ Description=X session BindsTo=graphical-session.target Wants=autorandr.service Wants=dunst.socket -Wants=easyeffects.service Wants=inputplug.service Wants=picom.service -Wants=pipewire-pulse.socket +Wants=pulseaudio.socket Wants=policykit-agent.service Wants=redshift.service Wants=spotify-clean.timer