diff options
author | Ian Fan <ianfan0@gmail.com> | 2019-01-22 11:07:32 +0000 |
---|---|---|
committer | Ian Fan <ianfan0@gmail.com> | 2019-01-22 11:47:48 +0000 |
commit | 34dea3d9d26a4e50c435a0fc51933fea956743cd (patch) | |
tree | d94059d2246a5d8ea9405a44952c8088dbd924d7 /sway/tree | |
parent | 42f8a038c9740bb39690446865406c551c755d96 (diff) | |
download | sway-34dea3d9d26a4e50c435a0fc51933fea956743cd.tar.xz |
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')
-rw-r--r-- | sway/tree/container.c | 1 |
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) { container->border = container->saved_border; } } - container->is_sticky = false; } container_end_mouse_operation(container); |