fixup! Hyprland: reduce mouse sensitivity

This commit is contained in:
Filippo Berto 2024-11-22 16:07:46 +01:00
parent 0cd68f9d72
commit 4df3a3c2c4
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -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 = {