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 c6563595..9d32ffd9 100644 --- a/wiki/Configuration:-Debug-Options.md +++ b/wiki/Configuration:-Debug-Options.md @@ -22,6 +22,7 @@ debug { emulate-zero-presentation-time disable-resize-throttling disable-transactions + keep-laptop-panel-on-when-lid-is-closed } binds { @@ -165,6 +166,19 @@ debug { } ``` +### `keep-laptop-panel-on-when-lid-is-closed` + +<sup>Since: 0.1.10</sup> + +By default, niri will disable the internal laptop monitor when the laptop lid is closed. +This flag turns off this behavior and will leave the internal laptop monitor on. + +```kdl +debug { + keep-laptop-panel-on-when-lid-is-closed +} +``` + ### Key Bindings These are not debug options, but rather key bindings. |
