diff --git a/example/hyprland.conf b/example/hyprland.conf index 12e71637..75049c5c 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 36d9f334..39db2898 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