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