From 4acc5beb245c0c52832df9272b8c80817190740f Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 31 May 2026 23:18:57 +0200 Subject: [PATCH] feat(hypr): set standard key repeat for zsa moonlander Co-Authored-By: Claude Opus 4.8 --- desktopenvs/hyprlua/hypr-usr/input.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktopenvs/hyprlua/hypr-usr/input.lua b/desktopenvs/hyprlua/hypr-usr/input.lua index e29b294..f6f7543 100644 --- a/desktopenvs/hyprlua/hypr-usr/input.lua +++ b/desktopenvs/hyprlua/hypr-usr/input.lua @@ -21,7 +21,7 @@ hl.device({ kb_model = "", kb_options = "", kb_rules = "", - repeat_rate = 0, - repeat_delay = 0, + repeat_rate = 10, + repeat_delay = 500, sensitivity = 0, })