diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/config.def.h b/config.def.h index 52851d6..6e18fd3 100644 --- a/config.def.h +++ b/config.def.h @@ -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) \ | 
