mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-02 22:34:20 +02:00
systemd: switch back to PulseAudio
This commit is contained in:
parent
a6328ee6ad
commit
cda8ef9831
5 changed files with 3 additions and 19 deletions
|
@ -1,11 +0,0 @@
|
|||
[Unit]
|
||||
Description=Easyeffects for Pipewire
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=com.github.wwmm.easyeffects
|
||||
ExecStart=%h/.nix-profile/bin/easyeffects --gapplication-service
|
||||
ExecStartPost=-%h/.nix-profile/bin/easyeffects -l default-input
|
||||
ExecStartPost=-%h/.nix-profile/bin/easyeffects -l default-output
|
||||
Restart=on-failure
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=Timer for cleaning spotify extra PA streams
|
||||
After=pipewire-pulse.socket
|
||||
After=pulseaudio.socket
|
||||
|
||||
[Timer]
|
||||
OnUnitActiveSec=1h
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue