From 062b2392dfc6df4129c7420e1f885d42f4e11ad2 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 18 Jan 2026 17:26:52 +0100 Subject: Update the keyboard configuration to be faster --- roles/hyprland/templates/hyprland/input.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles') diff --git a/roles/hyprland/templates/hyprland/input.conf.j2 b/roles/hyprland/templates/hyprland/input.conf.j2 index d785c34a..51ddef45 100644 --- a/roles/hyprland/templates/hyprland/input.conf.j2 +++ b/roles/hyprland/templates/hyprland/input.conf.j2 @@ -6,8 +6,8 @@ input { kb_layout = us,de # Change speed of keyboard repeat - repeat_rate = 40 - repeat_delay = 600 + repeat_rate = 50 + repeat_delay = 500 # Don't start with numlock on by default numlock_by_default = false -- cgit v1.2.3