You are not logged in.
Hi,
I mapped the XF86AudioRaiseVolume to the command `pactl set-sink-volume 9 +5%`. The thing is the sink index keeps increasing as I plug and unplug earphones. Any idea for a work around? Thanks
Last edited by duuumbo (2024-08-27 15:04:07)
Offline
Assuming these refer to your primary sink you can use "pactl set-sink-volume @DEFAULT_SINK@ +5%" in order to not rely on the index (alternatively, specify the appropriate sinkname as spelled out in "pactl list sinks short")
Offline
Works like a charm, thanks!
Offline