aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorLauri Gustafsson <me@gustafla.space>2020-07-02 23:41:12 +0300
committerGitHub <noreply@github.com>2020-07-02 15:41:12 -0500
commit91b18d4d4d70883a60e7150c2d8a7e3e7f620a79 (patch)
treec18dd674635a852eadb7d32219fe46a1b176298a /config.def.h
parente629feabaf5590ac3583dc7e96412e91f9ed3ff5 (diff)
Add repeat delay and repeat rate to config.h (#13)
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
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) \