aboutsummaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki')
-rw-r--r--wiki/Configuration:-Miscellaneous.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/wiki/Configuration:-Miscellaneous.md b/wiki/Configuration:-Miscellaneous.md
index 1da2cb67..0fb26c41 100644
--- a/wiki/Configuration:-Miscellaneous.md
+++ b/wiki/Configuration:-Miscellaneous.md
@@ -225,6 +225,8 @@ clipboard {
Settings for the "Important Hotkeys" overlay.
+#### `skip-at-startup`
+
Set the `skip-at-startup` flag if you don't want to see the hotkey help at niri startup.
```kdl
@@ -233,4 +235,15 @@ hotkey-overlay {
}
```
+#### `hide-not-bound`
+
+By default, niri will show the most important actions even if they aren't bound to any key, to prevent confusion.
+Set the `hide-not-bound` flag if you want to hide all actions not bound to any key.
+
+```kdl
+hotkey-overlay {
+ hide-not-bound
+}
+```
+
You can customize which binds the hotkey overlay shows using the [`hotkey-overlay-title` property](./Configuration:-Key-Bindings.md#custom-hotkey-overlay-titles).