I'm good with changing the loglevel here...
1 files changed, 1 insertions(+), 1 deletions(-) M dwl.c
M dwl.c => dwl.c +1 -1
@@ 1381,7 1381,7 @@ xytomon(double x, double y) int main(int argc, char *argv[]) { - wlr_log_init(WLR_DEBUG, NULL); + wlr_log_init(WLR_INFO, NULL); char *startup_cmd = NULL; int c;