micro-wm/config.h

11 lines
223 B
C

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