diff --git a/config.h b/config.h index 6543632..1d52073 100644 --- a/config.h +++ b/config.h @@ -20,6 +20,7 @@ static const float focuscolor[] = COLOR(0xc3ff00ff); static const float urgentcolor[] = COLOR(0xff0000ff); /* This conforms to the xdg-protocol. Set the alpha to zero to restore the old behavior */ static const float fullscreen_bg[] = {0.1f, 0.1f, 0.1f, 1.0f}; /* You can also use glsl colors */ +//static const int xwayland = 1; /* tagging - TAGCOUNT must be no greater than 31 */ #define TAGCOUNT (9) diff --git a/config.mk b/config.mk index 1e0b810..2998798 100644 --- a/config.mk +++ b/config.mk @@ -8,10 +8,10 @@ PREFIX = /usr/local MANDIR = $(PREFIX)/share/man DATADIR = $(PREFIX)/share -XWAYLAND = -XLIBS = -# Uncomment to build XWayland support #XWAYLAND = -DXWAYLAND #XLIBS = xcb xcb-icccm +# Uncomment to build XWayland support +XWAYLAND = -DXWAYLAND +XLIBS = xcb xcb-icccm CC = gcc