From 34dea3d9d26a4e50c435a0fc51933fea956743cd Mon Sep 17 00:00:00 2001 From: Ian Fan Date: Tue, 22 Jan 2019 11:07:32 +0000 Subject: 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. --- sway/tree/container.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sway/tree') 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) { container->border = container->saved_border; } } - container->is_sticky = false; } container_end_mouse_operation(container); -- cgit v1.2.3