Maato / volumeicon

Volume Icon aims to be a lightweight volume control that sits in your systray.
http://nullwise.com/volumeicon.html
GNU General Public License v3.0
183 stars 45 forks source link

Add --with-default-mixerapp configure option #13

Closed h3xx closed 12 years ago

h3xx commented 12 years ago

This adds a new configure option: --with-default-mixerapp which defaults to "xterm -e 'alsamixer'" which is what was being used without asking now. This won't change builds that don't specify it.

I get tired of the default mixer, and sometimes I want a graphical one. Plus, more flexibility is generally a good thing, right?

(The --with-default-mixerapp option name comes from the mhwaveedit project.)