sindresorhus / caprine

Elegant Facebook Messenger desktop app
MIT License
7k stars 551 forks source link

Add XDG autostart support #2168

Open rizalmart opened 4 months ago

rizalmart commented 4 months ago

Please add a user option to start caprine automatically in minimized state upon system start

mquevill commented 4 months ago

There is an option to launch minimized under File > Caprine Settings > Launch Minimized.

As for running with system startup, that is not handled by Electron. You would need to look into the specifics for your operating system/desktop environment. (For example, in Linux Mint with Cinnamon, there is a "Startup Applications" menu where you could select Caprine to run during startup.)