Skip to content

Commit 75c1f09

Browse files
committed
Slowing down the mouse wheel speed.
High-resolution scroll set to `true` for some reason just make the wheel speed way to fast, changing it to `false` seems to have resolved the issue. Signed-off-by: Yoni Bettan <yonibettan@gmail.com>
1 parent 06b1b26 commit 75c1f09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dotfiles/logid.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ devices: ({
2121
};
2222

2323
hiresscroll: {
24-
hires: true;
24+
hires: false;
2525
invert: false;
2626
target: false;
2727
};

0 commit comments

Comments
 (0)