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