From e4468664572f97b582e4561703932ffaaa62df71 Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Sun, 11 Oct 2020 22:07:38 +0200 Subject: [PATCH] Fix monitor placement --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 9014bfb..f011026 100644 --- a/config.h +++ b/config.h @@ -30,7 +30,7 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating monitor */ - 0 + { NULL, NULL, NULL, 0, False, -1 }, }; /* layout(s) */