feat: sensitivity 0
This commit is contained in:
parent
e4f4e6ed85
commit
47a285b72b
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue