sway

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

commit b1984133a9addcdae70fb4ac58af2f387fcc3707
parent ca809d25199b229b3da7d69f427eb67539dc7bc0
Author: Drew DeVault <sir@cmpwn.com>
Date:   Wed, 28 Mar 2018 23:45:13 -0400

Merge pull request #1643 from acrisci/xdg-protocol-header

add xdg-shell protocol header
Diffstat:
Mprotocols/meson.build | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/protocols/meson.build b/protocols/meson.build @@ -26,6 +26,7 @@ client_protocols = [ ] server_protocols = [ + [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], ['wlr-layer-shell-unstable-v1.xml'] ]