wiki: Add Since to hide-not-bound

This commit is contained in:
Ivan Molodetskikh
2025-06-05 11:42:07 +03:00
parent 9858599ac1
commit 242ebf2945
+3
View File
@@ -42,6 +42,7 @@ clipboard {
hotkey-overlay { hotkey-overlay {
skip-at-startup skip-at-startup
hide-not-bound
} }
``` ```
@@ -237,6 +238,8 @@ hotkey-overlay {
#### `hide-not-bound` #### `hide-not-bound`
<sup>Since: next release</sup>
By default, niri will show the most important actions even if they aren't bound to any key, to prevent confusion. 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. Set the `hide-not-bound` flag if you want to hide all actions not bound to any key.