Maybe this helps
This commit is contained in:
parent
e049b50338
commit
450d5a7ac8
|
@ -71,10 +71,10 @@ in {
|
||||||
accelProfile = cfg.mouse.accelProfile;
|
accelProfile = cfg.mouse.accelProfile;
|
||||||
middleEmulation = false;
|
middleEmulation = false;
|
||||||
};
|
};
|
||||||
touchpad.accelProfile = cfg.touchpad.accelProfile;
|
|
||||||
touchpad = mkIf cfg.touchpad.enableProperConfig {
|
touchpad = mkIf cfg.touchpad.enableProperConfig {
|
||||||
tapping = false;
|
tapping = false;
|
||||||
disableWhileTyping = true;
|
disableWhileTyping = true;
|
||||||
|
accelProfile = cfg.touchpad.accelProfile;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue