mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
seat fallback config
This commit is contained in:
parent
e27eff8a29
commit
88bcd43ebf
9 changed files with 105 additions and 31 deletions
|
|
@ -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