sway

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

commit 7414d9232751d378ff2840b7fb45e711b7f69477
parent c3457de28a37d074a960cd464445de02d6527997
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 22 Oct 2017 10:49:26 -0400

Also need meson

Diffstat:
M.build.yml | 1+
M.travis.yml | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -10,6 +10,7 @@ packages: - cairo - wayland - gdk-pixbuf2 + - meson sources: - https://git.sr.ht/~sircmpwn/sway - https://git.sr.ht/~sircmpwn/wlroots diff --git a/.travis.yml b/.travis.yml @@ -23,6 +23,7 @@ arch: - gdk-pixbuf2 - wlc-git - libcap + - meson script: - git clone https://github.com/swaywm/wlroots - cd wlroots