niri: modify input sensitivity
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
63c3653280
commit
39503b9f3b
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ in {
|
|||
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsinputmouseaccel-profile
|
||||
mouse = {
|
||||
accel-profile = "adaptive";
|
||||
accel-speed = -0.5;
|
||||
accel-speed = -0.7;
|
||||
};
|
||||
|
||||
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsinputtouchpadaccel-profile
|
||||
|
@ -54,7 +54,7 @@ in {
|
|||
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsinputtrackballaccel-profile
|
||||
trackball = {
|
||||
accel-profile = "adaptive";
|
||||
accel-speed = 0.5;
|
||||
accel-speed = -0.5;
|
||||
middle-emulation = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue