diff options
author | vaxerski <[email protected]> | 2022-08-24 11:12:42 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-08-24 11:12:42 +0200 |
commit | 29696d046ef843834c668716e298f26fcbbb745e (patch) | |
tree | ea3652807e2595f2960fc0768c0e592bbbf4d85b /example | |
parent | 09f3999b1e2ad6033c93ed84849188839e335c7f (diff) | |
download | Hyprland-29696d046ef843834c668716e298f26fcbbb745e.tar.gz Hyprland-29696d046ef843834c668716e298f26fcbbb745e.zip |
remove general:sensitivity from the default config
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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 |