sway

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

commit d7ec66d563adcc069c3ba09c4cdeaf1281f1670c
parent f8d7c170cd9aa0bf12e4096588c397a8bc383ed1
Author: Simon Ser <contact@emersion.fr>
Date:   Tue,  4 May 2021 21:07:04 +0200

build: remove sd-bus status item

sd-bus == tray, no need to print the same thing twice.

Diffstat:
Mmeson.build | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/meson.build b/meson.build @@ -310,7 +310,6 @@ endif summary({ 'xwayland': have_xwayland, 'gdk-pixbuf': gdk_pixbuf.found(), - 'sd-bus': sdbus.found(), 'tray': have_tray, 'man-pages': scdoc.found(), }, bool_yn: true)