aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-08-24 11:12:42 +0200
committervaxerski <[email protected]>2022-08-24 11:12:42 +0200
commit29696d046ef843834c668716e298f26fcbbb745e (patch)
treeea3652807e2595f2960fc0768c0e592bbbf4d85b
parent09f3999b1e2ad6033c93ed84849188839e335c7f (diff)
downloadHyprland-29696d046ef843834c668716e298f26fcbbb745e.tar.gz
Hyprland-29696d046ef843834c668716e298f26fcbbb745e.zip
remove general:sensitivity from the default config
-rw-r--r--example/hyprland.conf3
-rw-r--r--src/config/defaultConfig.hpp3
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