From c771a1d7eddfd54389e91393c5a13e4ddac17455 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Tue, 19 Sep 2023 22:03:19 +0200 Subject: [PATCH] pinwheel: Turn down touchpad sensitivity --- hosts/pinwheel/modules/hyprland/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/pinwheel/modules/hyprland/default.nix b/hosts/pinwheel/modules/hyprland/default.nix index 6ab4aa9..55af4b3 100644 --- a/hosts/pinwheel/modules/hyprland/default.nix +++ b/hosts/pinwheel/modules/hyprland/default.nix @@ -39,10 +39,10 @@ input = { kb_layout = "se"; - # 2 - Cursor focus will be detached from keyboard focus. Clicking on a window will move keyboard focus to that window. + # 2 - Cursor focus will be detached from keyboard focus. Clicking on a window will move keyboard focus to that window. follow_mouse = 2; - sensitivity = 0.35; + sensitivity = 0.30; touchpad = { natural_scroll = false; tap-and-drag = false;