diff options
author | Filipe Paniguel <[email protected]> | 2024-02-13 14:30:17 -0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-13 17:30:17 +0000 |
commit | 61378380eee10e67726a10fcd7d74859e2b9fbf6 (patch) | |
tree | 6f1f3ceda698164bf23df5bd06699573635aaca0 | |
parent | 890307532caa3369ea089b606b7786ccce4b8504 (diff) | |
download | Hyprland-61378380eee10e67726a10fcd7d74859e2b9fbf6.tar.gz Hyprland-61378380eee10e67726a10fcd7d74859e2b9fbf6.zip |
config: fix tiny typo in defaultConfig.hpp (#4693)
-rw-r--r-- | src/config/defaultConfig.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp index 7bd43bfd..7af3a8fb 100644 --- a/src/config/defaultConfig.hpp +++ b/src/config/defaultConfig.hpp @@ -51,7 +51,7 @@ input { natural_scroll = no } - sensitivity = 0 # -1.0 - 1.0, 0 means no modification. + sensitivity = 0 # -1.0 to 1.0, 0 means no modification. } general { |