christophgysin / pasystray

PulseAudio system tray
GNU Lesser General Public License v2.1
439 stars 43 forks source link

Problem: disable setting over 100% with scroll ? #133

Closed samuk190 closed 3 years ago

samuk190 commented 3 years ago

How disable setting to more than 100% volume ? I'm using manjaro xfce

christophgysin commented 3 years ago

Check the help:

$ pasystray --help
...
  -m, --volume-max=N        Maximum volume (in percent)
....

Then try:

$ pasystray --volume-max=100
samuk190 commented 3 years ago

Thanks!@ Love you, trivial question but helped alot!