sway

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

commit d06732e1a8c2df4d1523c1c0efeff5534156e387
parent bc3babf566f1f8ad9db4d1f7b70a859f54ba6c48
Author: Luminarys <kizunanohikari@gmail.com>
Date:   Thu, 20 Aug 2015 11:35:01 -0500

Altered incorrect comment

Diffstat:
Msway/commands.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sway/commands.c b/sway/commands.c @@ -445,7 +445,8 @@ static bool cmd_resize(struct sway_config *config, int argc, char **argv) { if (!parent) { return true; } - // Find the closest possible sibling and resize using that edge + // Find the closest parent container which has siblings of the proper layout. + // Then apply the resize to all of them. int i; if (strcmp(argv[1], "width") == 0) { int lnumber = 0;