Add repeat delay and repeat rate to config.h

This commit is contained in:
Lauri Gustafsson 2020-06-30 15:21:35 +03:00
parent e629feabaf
commit 3ab777cacc
2 changed files with 3 additions and 1 deletions

View file

@ -37,6 +37,8 @@ static const struct xkb_rule_names xkb_rules = {
.options = "ctrl:nocaps",
*/
};
static const int repeat_rate = 25;
static const int repeat_delay = 600;
#define MODKEY WLR_MODIFIER_ALT
#define TAGKEYS(KEY,SKEY,TAG) \