change hyprland mouse sensitivity

This commit is contained in:
willifan 2024-05-25 16:18:36 +02:00
parent 0d64bdbd47
commit 0837764045

View File

@ -44,7 +44,7 @@
touchpad.natural_scroll = "yes"; touchpad.natural_scroll = "yes";
sensitivity = 0; # -1.0 - 1.0, 0 means no modification. sensitivity = -0.8; # -1.0 - 1.0, 0 means no modification.
numlock_by_default = 1; numlock_by_default = 1;
special_fallthrough = true; special_fallthrough = true;
}; };