xkb config

This commit is contained in:
Tony Crisci 2017-12-15 05:22:51 -05:00
parent 92fef27eaa
commit 9eecbb5d8a
12 changed files with 195 additions and 5 deletions

View file

@ -67,6 +67,12 @@ struct input_config {
int send_events;
int tap;
char *xkb_layout;
char *xkb_model;
char *xkb_options;
char *xkb_rules;
char *xkb_variant;
bool capturable;
struct wlr_box region;
};