mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
container: Store app_id attribute for views.
This commit is contained in:
parent
47c313fe3e
commit
4367e6d3e3
2 changed files with 8 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ struct sway_container {
|
|||
// Attributes that mostly views have.
|
||||
char *name;
|
||||
char *class;
|
||||
char *app_id;
|
||||
|
||||
int gaps;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue