diff options
author | Joshua Yun <joshua@joshuayun.com> | 2025-03-31 23:21:12 -0500 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2025-03-31 23:21:12 -0500 |
commit | b38b5e28d9f28a9382a290461fb12c7a58d19256 (patch) | |
tree | 11a9b33b29383d5e543b49b9cc36c2c8a74d989b /config.def.h | |
parent | c0d1ed7d19021f451b2dd3f7d7bcb5c0818b26be (diff) | |
download | dwl-b38b5e28d9f28a9382a290461fb12c7a58d19256.tar.gz |
feat: added numlock patch
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 143bee1..54f4c42 100644 --- a/config.def.h +++ b/config.def.h @@ -80,6 +80,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 = 50; static const int repeat_delay = 300; |