micro-wm/config.h

11 lines
205 B
C
Raw Normal View History

2023-10-28 15:14:49 +00:00
#ifndef _CONFIG_H
#define _CONFIG_H
#define LOG_LEVEL WLR_ERROR
static const MonitorRule monrules[] = {
2023-10-28 18:46:43 +00:00
/* [monitor name] [x] [y] [resolution x] [resolution y]*/
{"VGA-1", -1, -1, 1440, 900}
2023-10-28 15:14:49 +00:00
};
#endif