Options (3)
-i, --increasebooleanIncrease the volume on default sink by 5%
Example:
pamixer {{[-i|--increase]}} {{5}}-d, --decreasebooleanDecrease the volume on a source by 5%
Example:
pamixer {{[-d|--decrease]}} {{5}} --source {{ID}}-m, --mutebooleanMute the default sink (use `--unmute` instead to unmute)
Example:
pamixer {{[-m|--mute]}}Examples (7)
List all sinks and sources with their corresponding IDs
pamixer --list-sinks --list-sourcesSet the volume to 75% on the default sink
pamixer --set-volume 75Toggle mute on a sink other than the default
pamixer --toggle-mute --sink IDIncrease the volume on default sink by 5%
pamixer [-i|--increase] 5Decrease the volume on a source by 5%
pamixer [-d|--decrease] 5 --source IDUse the allow boost option to increase, decrease, or set the volume above 100%
pamixer --set-volume 105 --allow-boostMute the default sink (use `--unmute` instead to unmute)
pamixer [-m|--mute]made by @shridhargupta | data from tldr-pages