feat: enable natural_scroll in hyprland

This commit is contained in:
Ahwx 2024-12-23 22:40:00 +01:00
parent 118e4a20ce
commit f053df5c0b

View file

@ -106,7 +106,7 @@
follow_mouse = 1; follow_mouse = 1;
sensitivity = 0; sensitivity = 0;
touchpad = { touchpad = {
natural_scroll = false; natural_scroll = true;
}; };
}; };