From e15f7015259d511d0aecc1e1ce6a5b1e1277d114 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 8 Jan 2026 11:38:58 +0200 Subject: [PATCH] n/chromium.md: add --no-startup-window --- n/chromium.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/n/chromium.md b/n/chromium.md index da352c2..0aa5f0e 100644 --- a/n/chromium.md +++ b/n/chromium.md @@ -22,7 +22,10 @@ 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? + 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 than `windowed`?