sway

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

commit 66799480ffabce9c824c2ec4fb75f78cc056a086
parent de9cec2e4392ad9428e327f2a79724a620c7a1ef
Author: Taiyu <taiyu.len@gmail.com>
Date:   Tue, 11 Aug 2015 00:04:40 -0700

removed old code

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

diff --git a/sway/handlers.c b/sway/handlers.c @@ -3,7 +3,6 @@ #include <stdbool.h> #include <wlc/wlc.h> #include <ctype.h> -#include <string.h> #include "layout.h" #include "log.h" #include "config.h"