From 7ee528239a1381f7a9658b21271e9be808e348e5 Mon Sep 17 00:00:00 2001 From: Christopher Thomas Bohn Date: Wed, 24 Jun 2020 06:52:44 -0500 Subject: [PATCH] scratchpad --- config.def.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index ca2b0f2..7c33fcd 100644 --- a/config.def.h +++ b/config.def.h @@ -27,7 +27,12 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating isterminal noswallow monitor */ - { "st", NULL, NULL, 0, 0, 1, 0, -1 }, + { "Gimp", NULL, NULL, 1 << 8, 0, 0, 0, -1 }, + { "St", NULL, NULL, 0, 0, 1, 0, -1 }, + { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, + { NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 }, + { NULL, "spcalc", NULL, SPTAG(1), 1, 1, 0, -1 }, + }; /* layout(s) */ -- 2.45.2