keyboard: add option to enable Num Lock automatically (default=enabled)

Co-authored-by: @Consolatis
This commit is contained in:
John Lindgren 2023-10-08 22:26:26 -04:00 committed by Johan Malm
parent 1f541be481
commit ecad76560e
7 changed files with 46 additions and 0 deletions

View file

@ -62,6 +62,7 @@ struct rcxml {
/* keyboard */
int repeat_rate;
int repeat_delay;
bool kb_numlock_enable;
struct wl_list keybinds; /* struct keybind.link */
/* mouse */