summaryrefslogtreecommitdiff
path: root/include/container.h
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-11-26 23:53:20 +0100
committerFurkan Sahin <furkan-dev@proton.me>2015-11-26 23:53:20 +0100
commitfa5e8f01feb0cab2ef6ec1eaa92c703d6fa93346 (patch)
treef87d318d7701b572932687a1f388af2ec6458b15 /include/container.h
parent17df6bbba6c930a983c39d7da5f8f294a74427e9 (diff)
workspace: Learn sticky.
A floating window that's sticky will move to the new active workspace whenever the workspace on the same output changes.
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h1
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;