From 24034ab5fe1ce4045a24f8929e7eea85d04b64f2 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Wed, 9 Jul 2025 09:44:05 +0200 Subject: [PATCH] hurricane: 175 current 2025-07-09 09:43:53 25.05.20250705.29e2900 6.15.4 * mouse and keybord settings --- modules/hm/hyprland.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index eef92de..3d2ea74 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -15,7 +15,6 @@ in { misc = { disable_hyprland_logo = true; # disables the random Hyprland logo / anime girl background. :( disable_splash_rendering = true; - focus_on_activate = true; }; input = { @@ -31,8 +30,8 @@ in { sensitivity = 0; accel_profile = "flat"; - repeat_delay = 250; - repeat_rate = 40; + repeat_delay = 300; + repeat_rate = 30; touchpad = { natural_scroll = true;