From db0c76a1f467280d06c6ad23b39645ca13d5491b Mon Sep 17 00:00:00 2001 From: Christopher Thomas Bohn Date: Sun, 7 Jun 2020 11:36:41 -0500 Subject: [PATCH] config --- config.def.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.def.h b/config.def.h index 53c8374..475e25b 100644 --- a/config.def.h +++ b/config.def.h @@ -26,11 +26,7 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating isterminal noswallow monitor */ - { "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