Skip to content

Commit

Permalink
logiops: lower thres
Browse files Browse the repository at this point in the history
  • Loading branch information
ckiee committed Jul 28, 2022
1 parent c38eb7e commit 364367f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/logiops.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ in with lib; {
name = "Wireless Mouse MX Master 3";
smartshift = {
on = true;
# 0 means always in hyperfast mode, 50 means always in click-to-click mode.
threshold = 50;
# 0 means always in hyperfast mode, 50 means (almost) always in click-to-click mode.
threshold = 37;
};
hiresscroll = {
hires = true;
Expand Down

0 comments on commit 364367f

Please sign in to comment.