Xwayland support

This commit is contained in:
2026-03-11 21:30:41 -06:00
parent def49764e8
commit dbc997c62e
2 changed files with 4 additions and 3 deletions

View File

@@ -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)

View File

@@ -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