diff --git a/system/display.nix b/system/display.nix index e9b1c26..2c5c3b8 100644 --- a/system/display.nix +++ b/system/display.nix @@ -33,6 +33,12 @@ lib.mkIf config.u.has.graphical { in [application-menu]; services.libinput = { enable = true; - mouse.accelProfile = "flat"; + mouse = { + accelProfile = "flat"; + middleEmulation = false; + additionalOptions = '' + Option "HighResolutionWheelScrolling" "0" + ''; + }; }; }