From 9edcca1eec11f42aca7eaffb632b09c6fd9d2d6d Mon Sep 17 00:00:00 2001 From: Lukasz M Date: Thu, 25 Jun 2020 15:57:20 +0200 Subject: [PATCH] made patch configuration --- config.def.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index b0ce018..a3441e1 100644 --- a/config.def.h +++ b/config.def.h @@ -36,7 +36,10 @@ static const Rule rules[] = { */ /* class instance title tags mask iscentered isfloating monitor */ { "Gimp", NULL, NULL, 0, 0, 1, -1 }, - { "Firefox", NULL, NULL, 0, 0, 0, -1 }, + { "Firefox", NULL, NULL, 0, 1, 0, -1 }, + { "firefox", NULL, NULL, 0, 1, 0, -1 }, + { "St", NULL, NULL, 0, 1, 0, -1 }, + { "Gcr-prompt", NULL, NULL, 0, 1, 0, -1 }, }; /* layout(s) */