From b9595f283ae92abbe06f18c0f5d83b8f3b9cf29b Mon Sep 17 00:00:00 2001 From: kenji Date: Fri, 26 Dec 2025 13:18:43 -0600 Subject: [PATCH] fix: added input --- apps/hyprland/hypr/input.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/apps/hyprland/hypr/input.nix b/apps/hyprland/hypr/input.nix index 32127c5..5bc131e 100644 --- a/apps/hyprland/hypr/input.nix +++ b/apps/hyprland/hypr/input.nix @@ -1,6 +1,11 @@ { wayland.windowManager.hyprland.settings = { - repeat_rate = 50; - repeat_delay = 300; + input = { + repeat_rate = 50; + repeat_delay = 300; + }; + cursor = { + hide_on_key_press = true; + }; }; }