diff options
Diffstat (limited to 'include/container.h')
-rw-r--r-- | include/container.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/container.h b/include/container.h index cb18de49..7b0bdb78 100644 --- a/include/container.h +++ b/include/container.h @@ -75,7 +75,10 @@ struct sway_container { bool is_floating; bool is_focused; + // Attributes that mostly views have. char *name; + char *class; + char *app_id; int gaps; |