feat: sensitivity 0

This commit is contained in:
Kaito T Lex 2025-04-27 15:55:02 -07:00
parent f1bf204d3c
commit b0de3ae565

View file

@ -211,7 +211,7 @@ in
};
};
input = {
sensitivity = if config.liminalOS.formFactor == "laptop" then "0.0" else "-0.65";
sensitivity = "0.0";
};
plugin.scroller = {
column_widths = "onethird onehalf twothirds one";