mirukana / mirage

A fancy, customizable, keyboard-operable Qt/QML & Python Matrix chat client for encrypted and decentralized communication.
GNU Lesser General Public License v3.0
413 stars 40 forks source link

Add option to start the application minimized #281

Open cquike opened 2 years ago

cquike commented 2 years ago

It would be useful if there is an option to tell mirage that at startup it should minimize itself in the icon tray. That's useful when logging in your computer and a number of applications are started by the desktop manager. You don´t want all these applications to clutter the desktop popping up windows, but rather that they start minimized.

MRAAGH commented 2 years ago

Use the --start-in-tray flag. I'm uncertain whether this works in Mirage, but it definitely works in Moment

MRAAGH commented 2 years ago

Duplicate of #164