Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
9dd71ef1a3
chore(deps): update dependency prettier to v3.7.4 2026-01-07 09:27:21 +00:00

View File

@ -22,10 +22,7 @@ robots: noai
- `--enable-features=WaylandWindowDecorations` - Wayland title bar etc.? No
idea, everything just has it. TODO!
- `--profile-directory=Default` - Chromium profile. Doesn't match the profile
name specified in profile manager, since the first one is always Default?
- `--no-startup-window` - Starts in the background (tray if enabled?). I have no
idea where is the documentation or where did I find this for my login scripts
originally.
name specified in profile manager?
- `--app-id=` - when autostarting a PWA, this is the appid.
- `--app-run-on-os-login-mode=windowed` - when autostarting a PWA; this opens it
in a PWA window. TODO: What are the other modes than `windowed`?