From c0d1ed7d19021f451b2dd3f7d7bcb5c0818b26be Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Mon, 31 Mar 2025 23:20:07 -0500 Subject: feat: disable xwayland, added xwayland-satellite and dunst, cleaned up dbus, added volume control --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 152f419..9b1a518 100644 --- a/config.mk +++ b/config.mk @@ -27,8 +27,8 @@ WLR_LIBS = `$(PKG_CONFIG) --libs wlroots-0.19` XWAYLAND = XLIBS = # Uncomment to build XWayland support -XWAYLAND = -DXWAYLAND -XLIBS = xcb xcb-icccm +# XWAYLAND = -DXWAYLAND +# XLIBS = xcb xcb-icccm # dwl itself only uses C99 features, but wlroots' headers use anonymous unions (C11). # To avoid warnings about them, we do not use -std=c99 and instead of using the -- cgit v1.2.3