summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2024-06-22 00:21:17 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2024-06-22 00:21:17 -0600
commit4a7d1bebf5c706109c92bd0415ab62825a7556ee (patch)
tree93fc29b2151fc342be72bb11d47ac67695f62d88 /config.def.h
parent845d3c47bd5dc8c7c7966e835579f10e69c5d92e (diff)
add bugref for negative x,y monitor position and xwayland
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index a784eb4..646a3d6 100644
--- 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 */