From fa9f5cf9436f201e7d44027d98d1278a2c7b49c3 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sat, 14 Dec 2024 11:59:14 -0500 Subject: [PATCH] machines(terra): decrease mouse sensitivity --- nixos/hyprland/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hyprland/home.nix b/nixos/hyprland/home.nix index 316e316..88aea0e 100644 --- a/nixos/hyprland/home.nix +++ b/nixos/hyprland/home.nix @@ -34,6 +34,7 @@ in { }; input = { follow_mouse = 2; + sensitivity = -0.2; }; dwindle = { inherit no_gaps_when_only;