From 29696d046ef843834c668716e298f26fcbbb745e Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 24 Aug 2022 11:12:42 +0200 Subject: [PATCH] remove general:sensitivity from the default config --- example/hyprland.conf | 3 ++- src/config/defaultConfig.hpp | 3 ++- 2 files changed, 4 insertions(+), 2 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 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