Added a feature so right clicking an audio icon pops up the audio mixer#58
Added a feature so right clicking an audio icon pops up the audio mixer#58oliviermilla wants to merge 2 commits into
Conversation
|
Hi, These new features are interesting, but I’d prefer to keep the default config as simple as it is right now. There have been many changes in this repo, mainly because I wanted to keep only what's needed out of the box. These include removing indirect dependencies and unnecessary files. Regarding the behavior of the volume module, I set |
|
Now that I think about it, it might make sense to swap the |
|
But that would leave the |
|
You can ignore my previous two replies. Sorry about that. |
|
Yeah I'd make the left/right click consistent. |
When right clicking an audio icon in machabar, either
wiremixorpavucontrolis launched.This is super convenient to rapidly access the audio mixer straight from the bar.
I've chosen
wiremixas the default app to remain consistent with the TUI spirit from bluetooth & other icons's behaviors.Current behavior is untouched: when clicking an icon, this will turn either input or output off though I'd say the opposite makes more sense to the user:
and is more consistent with other icons such as bluetooth where right click turns the protocol off.