From 29094de29e0f6209bec7216b83d047a27552d389 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 7 Feb 2026 10:11:11 +0100 Subject: [PATCH] pinwheel: Use flat mouse acceleration profile --- 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 a364124..a2564b5 100644 --- a/hosts/pinwheel/modules/hyprland/default.nix +++ b/hosts/pinwheel/modules/hyprland/default.nix @@ -122,6 +122,7 @@ in follow_mouse = 2; sensitivity = 0.3; + accel_profile = "flat"; touchpad = { natural_scroll = false; tap-and-drag = false;