sway

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

commit 359bab38e27276654c66fcd499fc0362086a8f00
parent f0ca2cb5c367a0142b6988d04c6b996f1c296055
Author: Tony Crisci <tony@dubstepdish.com>
Date:   Mon, 19 Feb 2018 17:26:06 -0500

Merge branch 'focus-overhaul' of github.com:acrisci/sway into focus-overhaul

Diffstat:
Mmeson.build | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/meson.build b/meson.build @@ -10,6 +10,7 @@ project( ) add_project_arguments('-Wno-unused-parameter', language: 'c') +add_project_arguments('-Wno-unused-function', language: 'c') cc = meson.get_compiler('c')