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