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; + }; }; }