use a separate repeat-rate for keybindings

This commit is contained in:
Andrea Chiavazza 2025-04-17 19:35:34 +01:00
parent 4456f4536a
commit 05278fb6ce
2 changed files with 4 additions and 3 deletions

View file

@ -60,6 +60,7 @@ static const struct xkb_rule_names xkb_rules = {
.options = NULL,
};
static const int keybinding_repeat_rate = 0;
static const int repeat_rate = 25;
static const int repeat_delay = 600;