diff --git a/example/hyprland.conf b/example/hyprland.conf index 7c5918e7..39ab3261 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -19,6 +19,10 @@ input { kb_rules= follow_mouse=1 + + touchpad { + natural_scroll=no + } } general { diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp index 1897d93d..ec75397d 100644 --- a/src/config/defaultConfig.hpp +++ b/src/config/defaultConfig.hpp @@ -27,6 +27,10 @@ input { kb_rules= follow_mouse=1 + + touchpad { + natural_scroll=no + } } general {