I'm trying to write a python script that will launch alsamixer. alsamixer is a command-line application, that you typically launch by:
- Opening up a Terminal.
- Typing
alsamixer.
I'm trying to make alsamixer something I can launch, so that after clicking it, it will launch a terminal with alsamixer already running before any physical interaction from me.