mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
xkb config
This commit is contained in:
parent
92fef27eaa
commit
9eecbb5d8a
12 changed files with 195 additions and 5 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue