Skip to content

Commit b6412bb

Browse files
committed
n/chromiumflags: document these so I can stop looking them up again and again
1 parent 6b8baba commit b6412bb

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

n/chromium.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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`?

0 commit comments

Comments
 (0)