From 364367f28a470bbec6cd9f2294890fd69185f3fa Mon Sep 17 00:00:00 2001 From: ckie Date: Thu, 28 Jul 2022 15:38:30 +0300 Subject: [PATCH] logiops: lower thres --- modules/logiops.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/logiops.nix b/modules/logiops.nix index 54e41e47..b3948d98 100644 --- a/modules/logiops.nix +++ b/modules/logiops.nix @@ -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;