diff options
Diffstat (limited to 'wiki/Configuration:-Debug-Options.md')
| -rw-r--r-- | wiki/Configuration:-Debug-Options.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/wiki/Configuration:-Debug-Options.md b/wiki/Configuration:-Debug-Options.md index f622bd68..5ba851fe 100644 --- a/wiki/Configuration:-Debug-Options.md +++ b/wiki/Configuration:-Debug-Options.md @@ -24,6 +24,7 @@ debug { disable-transactions keep-laptop-panel-on-when-lid-is-closed disable-monitor-names + strict-new-window-focus-policy } binds { @@ -194,6 +195,19 @@ debug { } ``` +### `strict-new-window-focus-policy` + +<sup>Since: 0.1.11</sup> + +Disables heuristic automatic focusing for new windows. +Only windows that activate themselves with a valid xdg-activation token will be focused. + +```kdl +debug { + strict-new-window-focus-policy +} +``` + ### Key Bindings These are not debug options, but rather key bindings. |
