aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorJoshua Yun <joshua@joshuayun.com>2025-03-31 23:20:07 -0500
committerJoshua Yun <joshua@joshuayun.com>2025-03-31 23:20:07 -0500
commitc0d1ed7d19021f451b2dd3f7d7bcb5c0818b26be (patch)
tree36485617a1a17aff27f794fbf0c0fe4470dc9c70 /config.mk
parent739eef68312fc6c05a72e6edbddc6702132d73f9 (diff)
downloaddwl-c0d1ed7d19021f451b2dd3f7d7bcb5c0818b26be.tar.gz
feat: disable xwayland, added xwayland-satellite and dunst, cleaned up dbus, added volume control
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
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