niri: lower discrete scroll speed
This commit is contained in:
parent
9fb5f5de43
commit
f5dbd4535a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ in {
|
||||||
mouse = {
|
mouse = {
|
||||||
accel-profile = "adaptive"; # flat
|
accel-profile = "adaptive"; # flat
|
||||||
accel-speed = -0.7;
|
accel-speed = -0.7;
|
||||||
scroll-factor = 1.5;
|
scroll-factor = 1.25;
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsinputtouchpadaccel-profile
|
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsinputtouchpadaccel-profile
|
||||||
|
|
Loading…
Add table
Reference in a new issue