fix: mouse sensitivity

This commit is contained in:
tux
2025-10-06 22:49:24 +05:30
parent b7c1c5880d
commit 6f53a88817

View File

@@ -41,15 +41,19 @@
#-- Input: Keyboard, Mouse, Touchpad #-- Input: Keyboard, Mouse, Touchpad
input = { input = {
sensitivity = 0; sensitivity = -0.5;
scroll_method = "2 fg"; scroll_method = "2 fg";
natural_scroll = true;
touchpad = { touchpad = {
natural_scroll = true; natural_scroll = true;
clickfinger_behavior = false; clickfinger_behavior = false;
}; };
}; };
device = {
name = "asue1209:00-04f3:319f-touchpad";
sensitivity = 0;
};
#-- General #-- General
# See https://wiki.hyprland.org/Configuring/Variables # See https://wiki.hyprland.org/Configuring/Variables
general = { general = {