sway

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

commit b76dcf6e0fb9cec1bc966b5a4ab764cd9c61bd48
parent fbaa9111a8525daeef8a5534784da2f793917a36
Author: taiyu <taiyu.len@gmail.com>
Date:   Thu, 20 Aug 2015 04:50:15 -0700

unnessesary log

Diffstat:
Msway/layout.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/sway/layout.c b/sway/layout.c @@ -200,7 +200,6 @@ void arrange_windows(swayc_t *container, int width, int height) { } else { *old_width = width; } - sway_log(L_DEBUG,"setting width as %d",*old_width); } scale += *old_width; }