pop-os/launcher

Disable `pulse` plugin on systems without PulseAudio

Closed this issue · 2 comments

Have systems running Pipewire in mind. Not sure there is an alternative to pactl that will let you control the volume like you can w/ PulseAudio.

0 => ("pactl", "set-sink-mute", "toggle"),
1 => ("pactl", "set-sink-volume", "+5%"),
2 => ("pactl", "set-sink-volume", "-5%"),

It's pactl

The alternative is pw-cli, but upstream says that continuing to use pactl is fine.

https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Migrate-PulseAudio#pactl