From 19c8fca8367d2056ec63d6e6b930415d2ef65b48 Mon Sep 17 00:00:00 2001 From: Sharun <715417+sharunkumar@users.noreply.github.com> Date: Sun, 13 Jul 2025 04:29:27 -0700 Subject: 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 --- resources/default-config.kdl | 5 +++++ 1 file changed, 5 insertions(+) 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. -- cgit