summaryrefslogtreecommitdiffstats
path: root/sway/tree
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2019-01-22 07:55:31 -0500
committerLibravatar GitHub <noreply@github.com>2019-01-22 07:55:31 -0500
commit71a37ad186ba3080338b2ecb5a3e640600aefc1f (patch)
tree28700e832965f9bac8150f72f02dd440b8e0ca32 /sway/tree
parentroot_scratchpad_remove_container: do not show (diff)
parentcommands: allow setting floating on scratchpad containers (diff)
downloadsway-71a37ad186ba3080338b2ecb5a3e640600aefc1f.tar.gz
sway-71a37ad186ba3080338b2ecb5a3e640600aefc1f.tar.zst
sway-71a37ad186ba3080338b2ecb5a3e640600aefc1f.zip
Merge pull request #3494 from ianyfan/commands
i3 command behaviour compatibility fixes
Diffstat (limited to 'sway/tree')
-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);