From 2d0f78c0d6fb67b38c056856608708be610b7096 Mon Sep 17 00:00:00 2001 From: "S. Christoffer Eliesen" Date: Thu, 26 Nov 2015 23:53:20 +0100 Subject: workspace: Learn sticky. A floating window that's sticky will move to the new active workspace whenever the workspace on the same output changes. --- include/container.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/container.h') 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; -- cgit v1.2.3-54-g00ecf