From 8a7c77291e4d988186388a576c075fae2cff5d06 Mon Sep 17 00:00:00 2001 From: Jon Kinney Date: Sun, 12 Apr 2026 20:09:08 -0500 Subject: [PATCH] Update default repeat_delay to improve holding delete and vim motions In my testing, this is the lowest you can go without causing any issues with double key presses. --- config/hypr/input.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/input.conf b/config/hypr/input.conf index 5639f2c0..1dd2e075 100644 --- a/config/hypr/input.conf +++ b/config/hypr/input.conf @@ -11,7 +11,7 @@ input { # Change speed of keyboard repeat repeat_rate = 40 - repeat_delay = 600 + repeat_delay = 250 # Start with numlock on by default numlock_by_default = true