From cf7c4b59f28edd37c3653f2caa892c6b06275b82 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 25 Jan 2026 21:19:34 +0100 Subject: [PATCH] non important commit --- home/modules/niri.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/modules/niri.nix b/home/modules/niri.nix index 2c8b280..f6b20fd 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -37,6 +37,7 @@ prefer-no-csd = true; cursor.size = 14; screenshot-path = "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"; + hotkey-overlay.skip-at-startup = true; input = { keyboard.numlock = true; @@ -49,8 +50,6 @@ }; binds = { - hotkey-overlay.hidden = true; - "Mod+Q".action.close-window = []; "Mod+Return".action.spawn = ["kitty"]; "Mod+A".action.spawn = ["rofi" "-show" "drun"];