summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-11-26 23:53:20 +0100
committerLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-11-27 17:58:10 +0100
commit2d0f78c0d6fb67b38c056856608708be610b7096 (patch)
treef87d318d7701b572932687a1f388af2ec6458b15 /include
parentcommands: code formatting: Sort list of commands by alphabet. (diff)
downloadsway-2d0f78c0d6fb67b38c056856608708be610b7096.tar.gz
sway-2d0f78c0d6fb67b38c056856608708be610b7096.tar.zst
sway-2d0f78c0d6fb67b38c056856608708be610b7096.zip
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')
-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 {
74 bool visible; 74 bool visible;
75 bool is_floating; 75 bool is_floating;
76 bool is_focused; 76 bool is_focused;
77 bool sticky; // floating view always visible on its output
77 78
78 // Attributes that mostly views have. 79 // Attributes that mostly views have.
79 char *name; 80 char *name;