1
1
Fork 0

keyboard: lower repeat delay and rate

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-01-18 07:34:25 -06:00
parent f7f4f7c6d8
commit 44d6f8bb49
Signed by: Myned
GPG key ID: C7224454F7881A34
3 changed files with 6 additions and 6 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

View file

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