mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
seat fallback config
This commit is contained in:
parent
e27eff8a29
commit
88bcd43ebf
9 changed files with 105 additions and 31 deletions
|
|
@ -198,6 +198,7 @@ sway_cmd input_cmd_xkb_options;
|
|||
sway_cmd input_cmd_xkb_rules;
|
||||
sway_cmd input_cmd_xkb_variant;
|
||||
|
||||
sway_cmd seat_cmd_fallback;
|
||||
sway_cmd seat_cmd_attach;
|
||||
|
||||
sway_cmd cmd_ipc_cmd;
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ struct seat_attachment_config {
|
|||
*/
|
||||
struct seat_config {
|
||||
char *name;
|
||||
int fallback; // -1 means not set
|
||||
list_t *attachments; // list of seat_attachment configs
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue