mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 20:10:23 -04:00
Add repeat delay and repeat rate to config.h (#13)
This commit is contained in:
parent
e629feabaf
commit
91b18d4d4d
2 changed files with 3 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue