aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2019-01-22 11:07:32 +0000
committerLibravatar Ian Fan <ianfan0@gmail.com>2019-01-22 11:47:48 +0000
commit34dea3d9d26a4e50c435a0fc51933fea956743cd (patch)
treed94059d2246a5d8ea9405a44952c8088dbd924d7 /sway/tree/container.c
parentRemove assumption that noop output will be called NOOP-1 (diff)
downloadsway-34dea3d9d26a4e50c435a0fc51933fea956743cd.tar.gz
sway-34dea3d9d26a4e50c435a0fc51933fea956743cd.tar.zst
sway-34dea3d9d26a4e50c435a0fc51933fea956743cd.zip
commands: allow tiled containers to be stickied
This also stops stickied containers from losing its sticky status when it is tiled, allowing it to be immediately stickied when floated again.
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index 97a52d91..0c0684c0 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -708,7 +708,6 @@ void container_set_floating(struct sway_container *container, bool enable) {
708 container->border = container->saved_border; 708 container->border = container->saved_border;
709 } 709 }
710 } 710 }
711 container->is_sticky = false;
712 } 711 }
713 712
714 container_end_mouse_operation(container); 713 container_end_mouse_operation(container);