diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-18 17:26:52 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-18 17:26:52 +0100 |
| commit | 062b2392dfc6df4129c7420e1f885d42f4e11ad2 (patch) | |
| tree | 436c58f8811e21485851c8001e8c839a9adccddb | |
| parent | 43ed6801d1106daeb52085f5da4f57e3b7fa821d (diff) | |
Update the keyboard configuration to be faster
| -rw-r--r-- | roles/hyprland/templates/hyprland/input.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
