From dc47de178f1d3910bc193973192586e8b118e475 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 20 Jan 2024 08:31:05 +0400 Subject: Add an option to skip the hotkey overlay at startup --- resources/default-config.kdl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 1a7d6f94..fde607f4 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -179,6 +179,12 @@ screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png" // You can also set this to null to disable saving screenshots to disk. // screenshot-path null +// Settings for the "Important Hotkeys" overlay. +hotkey-overlay { + // Uncomment this line if you don't want to see the hotkey help at niri startup. + // skip-at-startup +} + binds { // Keys consist of modifiers separated by + signs, followed by an XKB key name // in the end. To find an XKB name for a particular key, you may use a program -- cgit