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 | 3a42f2a6229f3c2e2aa88a13df2091d0141ed31c (patch) | |
| tree | 436c58f8811e21485851c8001e8c839a9adccddb | |
| parent | ba224bfedeba8f5746e8d9541ba13552620948d1 (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 |
