diff options
author | awy <awy@tutamail.com> | 2024-08-25 16:50:38 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-08-25 16:50:38 +0300 |
commit | b5d21e650714074240370d251c1afb70f82d4bd4 (patch) | |
tree | 7f9839f818c0cef9a129c96845d5e107e7ec6ed6 /config.mk | |
parent | 5ec18e3b97b8491c813edc493db4d5aab9147838 (diff) |
xwayland + status on all monitors
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -8,10 +8,7 @@ PREFIX = /usr/local MANDIR = $(PREFIX)/share/man DATADIR = $(PREFIX)/share -XWAYLAND = -XLIBS = -# Uncomment to build XWayland support -#XWAYLAND = -DXWAYLAND -#XLIBS = xcb xcb-icccm +XWAYLAND = -DXWAYLAND +XLIBS = xcb xcb-icccm CC = gcc |