micro-wm/config.h
Your Name ea6d60ce95 .
2023-10-28 21:46:43 +03:00

11 lines
205 B
C

#ifndef _CONFIG_H
#define _CONFIG_H
#define LOG_LEVEL WLR_ERROR
static const MonitorRule monrules[] = {
/* [monitor name] [x] [y] [resolution x] [resolution y]*/
{"VGA-1", -1, -1, 1440, 900}
};
#endif