sway

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

commit 62649a56c532788edfa80bc282586de6096bc3f9
parent 5f9909c9dd92c385a5b7c4453f75800c620172b8
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri, 18 Dec 2015 07:59:23 -0500

Merge pull request #354 from sce/fix_swaybar_for_fedora

swaybar: Remove stropts.h, fixes build for fedora.
Diffstat:
Mswaybar/main.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/swaybar/main.c b/swaybar/main.c @@ -4,7 +4,6 @@ #include <stdint.h> #include <stdbool.h> #include <unistd.h> -#include <stropts.h> #include <json-c/json.h> #include <sys/un.h> #include <sys/socket.h>