mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-08 08:21:00 -04:00
add option to enable numlock/capslock
This commit is contained in:
parent
ea0217a76b
commit
5c4542c118
2 changed files with 34 additions and 0 deletions
|
|
@ -47,6 +47,10 @@ static const struct xkb_rule_names xkb_rules = {
|
|||
.options = NULL,
|
||||
};
|
||||
|
||||
/* numlock and capslock */
|
||||
static const int numlock = 1;
|
||||
static const int capslock = 0;
|
||||
|
||||
static const int repeat_rate = 25;
|
||||
static const int repeat_delay = 600;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue