diff --git a/example/hyprland.conf b/example/hyprland.conf index 12e716371..75049c5c6 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -24,10 +24,11 @@ input { touchpad { natural_scroll=no } + + sensitivity=0 # -1.0 - 1.0, 0 means no modification. } general { - sensitivity=1.0 # for mouse cursor main_mod=SUPER gaps_in=5 diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp index 36d9f3340..39db28988 100644 --- a/src/config/defaultConfig.hpp +++ b/src/config/defaultConfig.hpp @@ -32,10 +32,11 @@ input { touchpad { natural_scroll=no } + + sensitivity=0 # -1.0 - 1.0, 0 means no modification. } general { - sensitivity=1.0 # for mouse cursor main_mod=SUPER gaps_in=5