diff options
| author | onelin <oscar@nelin.dk> | 2026-05-02 15:59:44 +0000 |
|---|---|---|
| committer | onelin <oscar@nelin.dk> | 2026-05-02 15:59:44 +0000 |
| commit | 768e1cb3ff8f9f94d5f6b7d262f83063d7c0cefa (patch) | |
| tree | e6fa9b9f10cdac5a4d874133c67f4ae69f3e7217 /config.def.h | |
| parent | b2f183797f513430771f16d459d5a48bc3906191 (diff) | |
| parent | a2d03cf6188350005dbdaac12f3b0fbc4d60c567 (diff) | |
Merge remote-tracking branch 'upstream'main
Merge latest changes from codeberg.org/dwl/dwl:main
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h index 157db1f..d9163f7 100644 --- a/config.def.h +++ b/config.def.h @@ -76,10 +76,8 @@ 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 */ + * WARNING: negative values other than (-1, -1) cause problems with Xwayland clients due to + * https://gitlab.freedesktop.org/xorg/xserver/-/issues/899 */ static const MonitorRule monrules[] = { /* name mfact nmaster scale layout rotate/reflect x y */ /* example of a HiDPI laptop monitor: |
