~ruther/dwl

4a7d1bebf5c706109c92bd0415ab62825a7556ee — Leonardo Hernández Hernández 9 months ago 845d3c4
add bugref for negative x,y monitor position and xwayland
1 files changed, 4 insertions(+), 2 deletions(-)

M config.def.h
M config.def.h => config.def.h +4 -2
@@ 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 */

Do not follow this link