rncbc / qpwgraph

qpwgraph - A PipeWire Graph Qt GUI Interface
https://gitlab.freedesktop.org/rncbc/qpwgraph
GNU General Public License v2.0
231 stars 14 forks source link

add ability to start minimized to system tray icon #49

Open mrbumpy409 opened 5 days ago

mrbumpy409 commented 5 days ago

It would be awesome to be able to have qpwgraph start minimized to the system tray. This would be especially nice when starting qpwgraph automatically upon user login. Currently, it always starts with the graph window showing and must be manually closed.

rncbc commented 5 days ago

qpwgraph -m might fit the bill...

next time ask qpwgraph --help or man qpwgraph

cheers

mrbumpy409 commented 5 days ago

Thank you! the -m switch works perfectly. I always try to consult documentation before I post a feature request, but I didn't see anything about this in the documentation on GitHub and didn't know how to access the other two options since I'm running the Flatpak version.