From 685c69599ec27619534f57504ec58e264b9eee18 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Tue, 31 Mar 2020 10:12:04 +0200 Subject: [PATCH] new config for new patch --- config.def.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.def.h b/config.def.h index d7777fc..256d912 100644 --- a/config.def.h +++ b/config.def.h @@ -36,10 +36,10 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating monitor */ - { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, - { NULL, "de.uol.swp.client.ClientApp", NULL, 0, 1, -1 }, + /* class instance title tags mask isCentered isfloating monitor */ + { "Gimp", NULL, NULL, 0, 0, 1, -1 }, + { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1 }, + { NULL, "de.uol.swp.client.ClientApp", NULL, 0, 0, 1, -1 }, }; /* layout(s) */