File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : Chromium launch flags
3+ excerpt :
4+ List of Chromium terminal flags that I keep forgetting and missing
5+ occassionally.
6+ layout : mini
7+ permalink : /n/chromium.html
8+ redirect_from :
9+ - /n/chromiumflags.html
10+ - /n/chromeflags.html
11+ sitemap : true
12+ lang : en
13+ robots : noai
14+ ---
15+
16+ # Chromium terminal flags
17+
18+ - ` --ozone-platform=wayland ` - Start with ` wayland ` instead of ` X11 ` . For
19+ automatic try ` --ozone-platfor-hintm=auto ` instead
20+ - ` --disk-cache-dir='/dev/null' ` - Disable disk cache (Chromium equivalent of
21+ ` browser.cache.disk.enable;false ` )
22+ - ` --enable-features=WaylandWindowDecorations ` - Wayland title bar etc.? No
23+ idea, everything just has it. TODO!
24+ - ` --profile-directory=Default ` - Chromium profile. Doesn't match the profile
25+ name specified in profile manager?
26+ - ` --app-id= ` - when autostarting a PWA, this is the appid.
27+ - ` --app-run-on-os-login-mode=windowed ` - when autostarting a PWA; this opens it
28+ in a PWA window. TODO: What are the other modes than ` windowed ` ?
You can’t perform that action at this time.
0 commit comments