From 21ef958760beea3cacf9ae5937101348bd6ecc4c Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 22 Jun 2024 15:12:56 +0530 Subject: upstream --- config.def.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 31ec8f9..9457970 100644 --- a/config.def.h +++ b/config.def.h @@ -49,6 +49,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 + * 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 */ -- cgit v1.2.3