diff options
| author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-12-07 22:43:13 -0600 | 
|---|---|---|
| committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-12-07 22:43:13 -0600 | 
| commit | 0de7d1aa719befb6ba291b3e2cad12253d6fa6a3 (patch) | |
| tree | 4e7bf40c4b2a0cd82228d7c0219a9b63d6d6d33d /config.def.h | |
| parent | bab5c0185a5f62fe30e1b02fa454fdddac73a752 (diff) | |
| parent | 1884a076460797b42d4670cb62bacd3871740c59 (diff) | |
Merge branch 'main' into wlroots-next
Diffstat (limited to '')
| -rw-r--r-- | config.def.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index db0babc..5375eb5 100644 --- a/config.def.h +++ b/config.def.h @@ -36,6 +36,7 @@ static const Layout layouts[] = {  };  /* monitors */ +/* 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 */  	/* example of a HiDPI laptop monitor:  | 
