diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-22 15:12:56 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-22 15:12:56 +0530 |
| commit | 21ef958760beea3cacf9ae5937101348bd6ecc4c (patch) | |
| tree | 1dc55b2e28ae7ce560381a8922bc35dd01525955 /config.def.h | |
| parent | 05bcfdecc7f0f83293311f248199473073a8fa4f (diff) | |
upstream
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |
