1
1
Fork 0

Compare commits

..

2 commits

Author SHA1 Message Date
ac323e1ad7
niri: decrease mouse sensitivity
Signed-off-by: Myned <dev@bjork.tech>
2025-01-18 07:34:47 -06:00
44d6f8bb49
keyboard: lower repeat delay and rate
Signed-off-by: Myned <dev@bjork.tech>
2025-01-18 07:34:25 -06:00
3 changed files with 7 additions and 7 deletions

View file

@ -214,8 +214,8 @@ in {
# https://github.com/hyprwm/Hyprland/issues/8057
mouse_refocus = false; # Required to focus last window on close
repeat_delay = 300;
repeat_rate = 40;
repeat_delay = 250;
repeat_rate = 30;
sensitivity = 0.5;
#// scroll_factor = 0.75;
special_fallthrough = true; # Focus windows under special workspace

View file

@ -29,8 +29,8 @@ in {
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsinputkeyboardrepeat-delay
keyboard = {
repeat-delay = 300;
repeat-rate = 40;
repeat-delay = 250;
repeat-rate = 30;
};
# BUG: Applies to trackball device, switch to "flat" when per-device configuration is supported
@ -38,7 +38,7 @@ in {
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsinputmouseaccel-profile
mouse = {
accel-profile = "adaptive";
accel-speed = -0.2;
accel-speed = -0.5;
};
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsinputtouchpadaccel-profile

View file

@ -20,8 +20,8 @@ in {
input = {
# Keyboard
"type:keyboard" = {
repeat_delay = "400";
repeat_rate = "40";
repeat_delay = "250";
repeat_rate = "30";
};
# Mouse