diff options
Diffstat (limited to 'include/container.h')
-rw-r--r-- | include/container.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/container.h b/include/container.h index 7b0bdb78..157b996a 100644 --- a/include/container.h +++ b/include/container.h @@ -74,6 +74,7 @@ struct sway_container { bool visible; bool is_floating; bool is_focused; + bool sticky; // floating view always visible on its output // Attributes that mostly views have. char *name; |