mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -05:00
Add window instance support
This commit is contained in:
parent
dd41ce45f7
commit
e714fbcbec
4 changed files with 22 additions and 3 deletions
|
|
@ -115,6 +115,7 @@ struct sway_container {
|
|||
// Attributes that mostly views have.
|
||||
char *name;
|
||||
char *class;
|
||||
char *instance;
|
||||
char *app_id;
|
||||
|
||||
// Used by output containers to keep track of swaybg child processes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue