From 77314fece454f6fec8df2fc3a4168b9bfe6a0e73 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 26 Aug 2023 17:09:36 +0200 Subject: [PATCH] pinwheel: Set touchpad sensitivity (in `hyprland`) --- hosts/pinwheel/modules/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pinwheel/modules/hyprland/default.nix b/hosts/pinwheel/modules/hyprland/default.nix index 64fe9b1..342e5dc 100644 --- a/hosts/pinwheel/modules/hyprland/default.nix +++ b/hosts/pinwheel/modules/hyprland/default.nix @@ -30,6 +30,7 @@ follow_mouse = 0; + sensitivity = 0.35; touchpad = { natural_scroll = false; tap-and-drag = false;