[plasma-manager] Enable mouse acceleration

This commit is contained in:
2024-11-14 14:43:16 -08:00
parent e3ef710bdb
commit 9116e44dfe

View File

@@ -110,6 +110,16 @@
value = 10;
immutable = true;
};
kcminputrc.Libinput = {
AccelerationProfile = "adaptive";
PointerAcceleration = 0.5;
};
kcminputrc.Mouse = {
X11LibInputXAccelProfileFlat = false;
XLbInptAccelProfileFlat = false;
};
};
};
}