mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
add option to enable numlock/capslock
Co-authored-by: A Frederick Christensen <dwl@ivories.org>
This commit is contained in:
parent
4b8c1bf31e
commit
f863a9b0b9
2 changed files with 35 additions and 0 deletions
|
|
@ -45,6 +45,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