From 242ebf294514cc22f4f9d83c0566c8ffe1cb8d8a Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 5 Jun 2025 11:42:07 +0300 Subject: wiki: Add Since to hide-not-bound --- wiki/Configuration:-Miscellaneous.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wiki/Configuration:-Miscellaneous.md b/wiki/Configuration:-Miscellaneous.md index 0fb26c41..1dacb988 100644 --- a/wiki/Configuration:-Miscellaneous.md +++ b/wiki/Configuration:-Miscellaneous.md @@ -42,6 +42,7 @@ clipboard { hotkey-overlay { skip-at-startup + hide-not-bound } ``` @@ -237,6 +238,8 @@ hotkey-overlay { #### `hide-not-bound` +Since: next release + 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. -- cgit