From 6b92030939adec749a9a221e7a3abe269a01ce93 Mon Sep 17 00:00:00 2001 From: tslil Date: Tue, 17 Feb 2026 18:41:33 +0000 Subject: [sway] repeat rate where i want it --- sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/config b/sway/config index 3c2238c..1fa26c2 100644 --- a/sway/config +++ b/sway/config @@ -36,8 +36,8 @@ input type:touchpad { input type:keyboard { xkb_layout gallium xkb_options ctrl:swap_lalt_lctl,ctrl:swap_rwin_rctl,ctrl:nocaps - #repeat_delay 50 - #repeat_rate 300 + repeat_delay 300 + repeat_rate 50 } # --- Appearance --- -- cgit v1.2.3