From 83a3aa3410ae70de2413639a2f79320d902e5f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Fri, 9 Jun 2023 20:14:51 +0200 Subject: [PATCH] add krusader rule --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index e080aec..3d574dc 100644 --- a/config.def.h +++ b/config.def.h @@ -37,6 +37,7 @@ static const Rule rules[] = { /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, { "Firefox", NULL, NULL, 1, 0, -1 }, + { "krusader", NULL, NULL, 0, 1, -1 }, }; /* layout(s) */