From 538ba32061bb13309df051b04f2ea33950fd1640 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 4 Apr 2026 14:06:33 +0100 Subject: Add repeat rate & delay --- config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config b/config index 63d961a..2a2553b 100644 --- a/config +++ b/config @@ -105,8 +105,10 @@ input type:touchpad { } input type:keyboard { - xkb_layout gb - xkb_options caps:ctrl_modifier + xkb_layout gb + xkb_options caps:ctrl_modifier + repeat_delay 300 + repeat_rate 30 } # Gaps -- cgit