hyprland: increase touchpad scroll sensitivity
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
94b4404d40
commit
f81ff04597
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ in {
|
|||
touchpad = {
|
||||
clickfinger_behavior = true; # Multi-finger clicks
|
||||
natural_scroll = true;
|
||||
scroll_factor = 0.4;
|
||||
scroll_factor = 0.5;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue