From 79f88f791c76ddb51d39197f5e0995ebc7678300 Mon Sep 17 00:00:00 2001 From: kske Date: Mon, 8 Mar 2021 18:22:40 +0100 Subject: [PATCH] Fix st rule, remove Firefox rule --- config.def.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/config.def.h b/config.def.h index 74111ba..568a5da 100644 --- a/config.def.h +++ b/config.def.h @@ -28,11 +28,10 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating isterminal noswallow monitor */ - { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 }, - { "St", NULL, NULL, 0, 0, 1, 0, -1 }, - { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ + /* class instance title tags mask isfloating isterminal noswallow monitor */ + { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 }, + { "st-256color", NULL, NULL, 0, 0, 1, 0, -1 }, + { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ }; /* layout(s) */