Maybe this helps

This commit is contained in:
Nox Sluijtman 2024-01-03 14:08:05 +01:00
parent e049b50338
commit 450d5a7ac8

View file

@ -71,10 +71,10 @@ in {
accelProfile = cfg.mouse.accelProfile;
middleEmulation = false;
};
touchpad.accelProfile = cfg.touchpad.accelProfile;
touchpad = mkIf cfg.touchpad.enableProperConfig {
tapping = false;
disableWhileTyping = true;
accelProfile = cfg.touchpad.accelProfile;
};
};
};