Appearance
Run at startup (Linux)
- Prefer an installed / release binary (not
tauri dev) - Open Sumeru → Configure
- Enable Run at system startup
- Log out and back in
Sumeru starts hidden in the tray with --hidden.
How it works
Autostart writes ~/.config/autostart/*.desktop with Exec= pointing at the current binary path plus --hidden.
If you enabled the toggle from a debug build under target/debug/, re-enable it from the installed binary so the desktop entry stays valid after cleans/rebuilds.
Check
bash
ls ~/.config/autostart/*sumeru*
grep '^Exec=' ~/.config/autostart/*sumeru* 2>/dev/null