dwl

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

commit 4a7d1bebf5c706109c92bd0415ab62825a7556ee
parent 845d3c47bd5dc8c7c7966e835579f10e69c5d92e
Author: Leonardo Hernández Hernández <leohdz172@proton.me>
Date:   Sat, 22 Jun 2024 00:21:17 -0600

add bugref for negative x,y monitor position and xwayland

Diffstat:
Mconfig.def.h | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -36,8 +36,10 @@ static const Layout layouts[] = { }; /* monitors */ -/* (x=-1, y=-1) is reserved as an "autoconfigure" monitor position indicator */ -/* WARNING: negative values other than (-1, -1) cause problems with xwayland clients' menus */ +/* (x=-1, y=-1) is reserved as an "autoconfigure" monitor position indicator + * WARNING: negative values other than (-1, -1) cause problems with Xwayland clients + * https://gitlab.freedesktop.org/xorg/xserver/-/issues/899 +*/ /* NOTE: ALWAYS add a fallback rule, even if you are completely sure it won't be used */ static const MonitorRule monrules[] = { /* name mfact nmaster scale layout rotate/reflect x y */