dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit c970d97f8578180beedf87805b400a8f5daa1e42
parent 0816b33d333e949437a465b0dcf8461ba4c099a5
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Sun, 16 Aug 2020 01:14:54 -0500

_net_wm not needed outside xwayland

Diffstat:
Mdwl.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwl.c b/dwl.c @@ -55,9 +55,9 @@ /* enums */ enum { CurNormal, CurMove, CurResize }; /* cursor */ +#ifdef XWAYLAND enum { NetWMWindowTypeDialog, NetWMWindowTypeSplash, NetWMWindowTypeToolbar, NetWMWindowTypeUtility, NetLast }; /* EWMH atoms */ -#ifdef XWAYLAND enum { XDGShell, X11Managed, X11Unmanaged }; /* client types */ #endif