mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
xkb config
This commit is contained in:
parent
92fef27eaa
commit
9eecbb5d8a
12 changed files with 195 additions and 5 deletions
|
|
@ -195,6 +195,11 @@ sway_cmd input_cmd_natural_scroll;
|
|||
sway_cmd input_cmd_pointer_accel;
|
||||
sway_cmd input_cmd_scroll_method;
|
||||
sway_cmd input_cmd_tap;
|
||||
sway_cmd input_cmd_xkb_layout;
|
||||
sway_cmd input_cmd_xkb_model;
|
||||
sway_cmd input_cmd_xkb_options;
|
||||
sway_cmd input_cmd_xkb_rules;
|
||||
sway_cmd input_cmd_xkb_variant;
|
||||
|
||||
sway_cmd seat_cmd_attach;
|
||||
|
||||
|
|
|
|||
|
|
@ -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