mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-09-22 04:07:23 +02:00
981 B
981 B
Chromium terminal flags
--ozone-platform=wayland
- Start withwayland
instead ofX11
. For automatic try--ozone-platfor-hintm=auto
instead--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?--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
?