Add window instance support

This commit is contained in:
Mykyta Holubakha 2017-01-19 03:14:59 +02:00
parent dd41ce45f7
commit e714fbcbec
4 changed files with 22 additions and 3 deletions

View file

@ -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.