sway

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

commit 76920d2759370ad5496663cd4c2713e21f0267e2
parent 71afa388906bf29dcd937aa92b65a97c8b320f60
Author: Christoph Gysin <christoph.gysin@gmail.com>
Date:   Thu,  3 Dec 2015 15:49:23 +0200

remove archive from git, add *.a to gitignore

Diffstat:
M.gitignore | 1+
Dcommon/libsway-common.a | 0
Dprotocols/libsway-protocols.a | 0
Dwayland/libsway-wayland.a | 0
4 files changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -5,6 +5,7 @@ cmake_install.cmake install_manifest.txt *.swp *.o +*.a bin/ test/ build/ diff --git a/common/libsway-common.a b/common/libsway-common.a Binary files differ. diff --git a/protocols/libsway-protocols.a b/protocols/libsway-protocols.a Binary files differ. diff --git a/wayland/libsway-wayland.a b/wayland/libsway-wayland.a Binary files differ.