feat: sensitivity 0

This commit is contained in:
Kaito T Lex 2025-04-27 15:55:02 -07:00
parent e4f4e6ed85
commit 47a285b72b

View file

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