sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit ae535396b026da4cda1a2dcfb1658184a70396d5
parent c770949a9fbcad8640103a3dc9d4b9e8917884f2
Author: Ian Fan <ianfan0@gmail.com>
Date:   Tue, 11 Sep 2018 16:45:42 +0100

commands: when moving container, remove its gaps

Diffstat:
Msway/commands/move.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/commands/move.c b/sway/commands/move.c @@ -231,6 +231,7 @@ static void container_move_to_container(struct sway_container *container, struct sway_workspace *old_workspace = container->workspace; container_detach(container); + container_remove_gaps(container); container->width = container->height = 0; container->saved_width = container->saved_height = 0;