add a note about not removing the default rule
Closes: https://codeberg.org/dwl/dwl/issues/527
This commit is contained in:
parent
be2a1dea26
commit
7341d047da
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ static const Layout layouts[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
/* monitors */
|
/* monitors */
|
||||||
|
/* NOTE: ALWAYS add a fallback rule, even if you are completely sure it won't be used */
|
||||||
static const MonitorRule monrules[] = {
|
static const MonitorRule monrules[] = {
|
||||||
/* name mfact nmaster scale layout rotate/reflect x y */
|
/* name mfact nmaster scale layout rotate/reflect x y */
|
||||||
/* example of a HiDPI laptop monitor:
|
/* example of a HiDPI laptop monitor:
|
||||||
|
|
Loading…
Reference in a new issue