From 4df3a3c2c4e6ee4a191a7cfb0c636386fdbddc4a Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 22 Nov 2024 16:07:46 +0100 Subject: [PATCH] fixup! Hyprland: reduce mouse sensitivity --- modules/hm/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 8f253a7..f1670d9 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -61,7 +61,6 @@ in numlock_by_default = true; follow_mouse = 2; touchpad.natural_scroll = true; - sensitivity = -0.5; }; exec = (lib.lists.optionals (hostName == "thor") [ @@ -83,6 +82,7 @@ in { name = "at-translated-set-2-keyboard"; enabled = "$LAPTOP_KEYBOARD_ENABLED"; } { name = "keychron-k1-max-keyboard"; kb_layout = "us"; } { name = "keychron-k1-max-keyboard-2"; kb_layout = "us"; } + { name = "lenovo-pro-bluetooth-mouse"; sensitivity = -0.5; } ]; general = {