fix: disable middleEmulation
This commit is contained in:
parent
efe4bdd4d2
commit
bfebcf7550
|
@ -18,6 +18,7 @@ lib.optionalAttrs (!minimal) {
|
|||
mouse = {
|
||||
accelSpeed = "0.5";
|
||||
accelProfile = "flat";
|
||||
middleEmulation = false;
|
||||
};
|
||||
touchpad = {
|
||||
accelProfile = "flat";
|
||||
|
|
Loading…
Reference in a new issue