buzz / volctl

Per-application volume control and OSD for Linux desktops.
https://buzz.github.io/volctl/
GNU General Public License v2.0
132 stars 19 forks source link

No check for multiple instances #67

Closed llyram closed 2 years ago

llyram commented 2 years ago

There is no check against multiple instances running which in my specific use case is undesirable. I use a tiling window manager (awesomeWM) and autostart volctl using awesomewm config. So if I refresh the window manager then another instance of volctl starts in the systray which does not happen with the other systray apps that I use. A simple fix is to check for another instance running and terminate.

buzz commented 2 years ago

Duplicate of #57