sway

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

commit 82da2b5990ca248a7db9dec0461a5d81a0c21a81
parent ca809d25199b229b3da7d69f427eb67539dc7bc0
Author: Tony Crisci <tony@dubstepdish.com>
Date:   Wed, 28 Mar 2018 23:38:30 -0400

add xdg-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'] ]