niri: modify input sensitivity
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
654b594643
commit
baed356708
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ in {
|
||||||
click-method = "clickfinger"; # Multi-finger click
|
click-method = "clickfinger"; # Multi-finger click
|
||||||
dwt = true; # Disable while typing
|
dwt = true; # Disable while typing
|
||||||
dwtp = true; # Disable while trackpointing
|
dwtp = true; # Disable while trackpointing
|
||||||
scroll-factor = 0.5;
|
scroll-factor = 0.4;
|
||||||
};
|
};
|
||||||
|
|
||||||
# BUG: Applies to trackball device, switch to "flat" when per-device configuration is supported
|
# BUG: Applies to trackball device, switch to "flat" when per-device configuration is supported
|
||||||
|
@ -33,7 +33,7 @@ in {
|
||||||
mouse = {
|
mouse = {
|
||||||
accel-profile = "adaptive";
|
accel-profile = "adaptive";
|
||||||
|
|
||||||
accel-speed = -0.1;
|
accel-speed = -0.2;
|
||||||
};
|
};
|
||||||
|
|
||||||
trackball = {
|
trackball = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue