mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2026-01-13 13:47:55 +01:00
1.2 KiB
1.2 KiB
Chromium terminal flags
--ozone-platform=wayland- Start withwaylandinstead ofX11. For automatic try--ozone-platfor-hintm=autoinstead--disk-cache-dir='/dev/null'- Disable disk cache (Chromium equivalent ofbrowser.cache.disk.enable;false)--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.--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 thanwindowed?