You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ All environments use the unified daemon (`src/daemon/`). Backends are event-driv
57
57
58
58
If systemd-logind is unavailable (no system bus, permissions, etc.), the daemon keeps running but native terminal switching is disabled; a warning is logged on startup.
59
59
60
-
For non-GNOME desktops, the SNI tray menu's "Show app layer only" setting is persisted via the GNOME extension's GSettings schema when available. Use `--tray-focus-only true|false` to override it at startup.
60
+
For non-GNOME desktops, the SNI tray menu's "Show app layer only" setting is persisted via the GNOME extension's GSettings schema when available. Use `--indicator-focus-only true|false` to override it at startup.
61
61
62
62
### Config Format
63
63
@@ -393,21 +393,21 @@ passed on the command line. To update the entry, rerun the install command with
393
393
### Daemon Options
394
394
395
395
```
396
-
-p, --port PORT Kanata TCP port (default: 10000)
397
-
-H, --host HOST Kanata host (default: 127.0.0.1)
398
-
-c, --config PATH Config file path
399
-
-q, --quiet Suppress focus/layer-switch messages
400
-
--quiet-focus Suppress focus messages only
401
-
--install-autostart Install autostart desktop entry and exit
402
-
--uninstall-autostart Uninstall autostart desktop entry and exit
403
-
--install-gnome-extension Auto-install GNOME extension if missing (default)
404
-
--no-install-gnome-extension Do not auto-install GNOME extension
405
-
--no-indicator Disable the StatusNotifier (SNI) indicator on non-GNOME desktops
406
-
--tray-focus-only true|false Override SNIfocus-only mode and skip GSettings read
407
-
--restart Send Restart request to an existing daemon and exit
408
-
--pause Send Pause request to an existing daemon and exit
409
-
--unpause Send Unpause request to an existing daemon and exit
410
-
-h, --help Show help
396
+
-p, --port PORT Kanata TCP port (default: 10000)
397
+
-H, --host HOST Kanata host (default: 127.0.0.1)
398
+
-c, --config PATH Config file path
399
+
-q, --quiet Suppress focus/layer-switch messages
400
+
--quiet-focus Suppress focus messages only
401
+
--install-autostart Install autostart desktop entry and exit
402
+
--uninstall-autostart Uninstall autostart desktop entry and exit
403
+
--install-gnome-extension Auto-install GNOME extension if missing (default)
404
+
--no-install-gnome-extension Do not auto-install GNOME extension
405
+
--no-indicator Disable the StatusNotifier (SNI) indicator on non-GNOME desktops
0 commit comments