micro-wm/config.h

11 lines
223 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[] = {
/* [monitor name] [workspace id] [x] [y] [resolution x] [resolution y]*/
{"VGA-1", 1, -1, -1, 1440, 900}
};
#endif