mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 19:58:35 +02:00
Revert "systemd: switch back to PulseAudio"
This reverts commit 05917cc6e5
. Ok, not
better. Let's stick with PipeWire for now. Keep this commit to easily
revert in the future.
This commit is contained in:
parent
05917cc6e5
commit
08e33d4d39
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Timer for cleaning spotify extra PA streams
|
Description=Timer for cleaning spotify extra PA streams
|
||||||
After=pulseaudio.socket
|
After=pipewire-pulse.socket
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnUnitActiveSec=1h
|
OnUnitActiveSec=1h
|
||||||
|
|
|
@ -3,9 +3,10 @@ Description=X session
|
||||||
BindsTo=graphical-session.target
|
BindsTo=graphical-session.target
|
||||||
Wants=autorandr.service
|
Wants=autorandr.service
|
||||||
Wants=dunst.socket
|
Wants=dunst.socket
|
||||||
|
Wants=easyeffects.service
|
||||||
Wants=inputplug.service
|
Wants=inputplug.service
|
||||||
Wants=picom.service
|
Wants=picom.service
|
||||||
Wants=pulseaudio.socket
|
Wants=pipewire-pulse.socket
|
||||||
Wants=policykit-agent.service
|
Wants=policykit-agent.service
|
||||||
Wants=redshift.service
|
Wants=redshift.service
|
||||||
Wants=spotify-clean.timer
|
Wants=spotify-clean.timer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue