From 9dc12751bc14a863153594c9a3a4af6e312119a8 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Thu, 18 Nov 2021 19:19:33 -0700 Subject: [PATCH] Fixed keyboard repeat rate, oops --- .config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 64ceee7..1e085ea 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -192,8 +192,8 @@ bindsym Ctrl+Mod1+l exec --no-startup-id $lock_command output "*" bg $background fill # Keyboard -input keyboard repeat_delay 250 -input keyboard repeat_rate 50 +input * repeat_delay 250 +input * repeat_rate 50 # Move workspace over to neighboring monitors bindsym $mod+Ctrl+Left move workspace to output left