mouse
This commit is contained in:
parent
01d5c5bc9f
commit
2022737197
|
|
@ -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"
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue