mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-02-26 01:40:09 -05:00
use a separate repeat-rate for keybindings
This commit is contained in:
parent
4456f4536a
commit
05278fb6ce
2 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue