diff options
| author | Sharun <715417+sharunkumar@users.noreply.github.com> | 2025-07-13 04:29:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-13 11:29:27 +0000 |
| commit | 19c8fca8367d2056ec63d6e6b930415d2ef65b48 (patch) | |
| tree | 39a0e3732e43742de31e6be7f08190737f494f1a | |
| parent | 186e0b608a816e3c54024e5a3f25bca39be600a9 (diff) | |
| download | niri-19c8fca8367d2056ec63d6e6b930415d2ef65b48.tar.gz niri-19c8fca8367d2056ec63d6e6b930415d2ef65b48.tar.bz2 niri-19c8fca8367d2056ec63d6e6b930415d2ef65b48.zip | |
feat: add hint to disable "Important Hotkeys" in the default config file (#1881)
* feat: add hint to disable "Important Hotkeys" in the default config file
* Update resources/default-config.kdl
---------
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
| -rw-r--r-- | resources/default-config.kdl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 81ac8976..143550b0 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -266,6 +266,11 @@ layout { // This line starts waybar, a commonly used bar for Wayland compositors. spawn-at-startup "waybar" +hotkey-overlay { + // Uncomment this line to disable the "Important Hotkeys" pop-up at startup. + // skip-at-startup +} + // Uncomment this line to ask the clients to omit their client-side decorations if possible. // If the client will specifically ask for CSD, the request will be honored. // Additionally, clients will be informed that they are tiled, removing some client-side rounded corners. |
