From 0316b4ffc71d96830402e839b62627172589ea55 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sun, 22 Jun 2025 14:42:54 +0200 Subject: [PATCH] hurricane: 50 current 2025-06-22 14:42:50 25.05.20250620.b2485d5 6.15.3 * input settings hurricane: 51 current 2025-06-22 14:45:23 25.05.20250620.b2485d5 6.15.3 * --- modules/home/hyprland.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland.nix b/modules/home/hyprland.nix index 182e42b..a29f84a 100644 --- a/modules/home/hyprland.nix +++ b/modules/home/hyprland.nix @@ -24,9 +24,15 @@ in { follow_mouse = 1; sensitivity = 0; + accel_profile = "flat"; - repeat_delay = 200; - repeat_rate = 30; + repeat_delay = 250; + repeat_rate = 40; + + touchpad = { + natural_scroll = true; + clickfinger_behavior = true; + }; }; "$mod" = "SUPER"; "$terminal" = "ghostty";