diff --git a/example/hyprland.conf b/example/hyprland.conf index 75ed7731..30c8559e 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -17,7 +17,7 @@ input { } general { - sensitivity=0.25 # for mouse cursor + 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 fbf3981d..0395fd30 100644 --- a/src/config/defaultConfig.hpp +++ b/src/config/defaultConfig.hpp @@ -24,8 +24,7 @@ input { } general { - max_fps=60 # deprecated, unused - sensitivity=0.25 + sensitivity=1.0 # for mouse cursor main_mod=SUPER gaps_in=5 @@ -34,7 +33,7 @@ general { col.active_border=0x66ee1111 col.inactive_border=0x66333333 - apply_sens_to_raw=0 # do not apply the sensitivity to raw input (e.g. used by games where you aim) + apply_sens_to_raw=0 # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse) damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer }