diff options
| -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 |
