mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 15:25:58 +01:00
remove general:sensitivity from the default config
This commit is contained in:
parent
09f3999b1e
commit
29696d046e
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue