From 05917cc6e53a2a4f6161debce748790dd52d4ff6 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 14 Aug 2021 19:43:07 +0200 Subject: [PATCH] systemd: switch back to PulseAudio --- dotfiles/systemd/spotify-clean.timer | 2 +- dotfiles/systemd/xsession.target | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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