diff options
author | emersion <contact@emersion.fr> | 2017-12-08 17:03:05 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-12-08 17:03:05 +0100 |
commit | a3c0f9781073a29c020d8f5c992b8019264dc219 (patch) | |
tree | e840e9682ba190759368ecd7e2312ed53c0da8b7 /include/rootston/config.h | |
parent | 703df2a6711322fac90581f2005750b5a72dd148 (diff) |
Make keyboard repeat info configurable
Diffstat (limited to 'include/rootston/config.h')
-rw-r--r-- | include/rootston/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/config.h b/include/rootston/config.h index de20fb8e..233692dc 100644 --- a/include/rootston/config.h +++ b/include/rootston/config.h @@ -42,6 +42,7 @@ struct roots_keyboard_config { char *layout; char *variant; char *options; + int repeat_rate, repeat_delay; struct wl_list link; }; |