From c02f778596f5625acc31578beebaf9774a9feb5b Mon Sep 17 00:00:00 2001 From: Christopher Thomas Bohn Date: Wed, 24 Jun 2020 08:03:29 -0500 Subject: [PATCH] scratchpad --- config.def.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index 7c33fcd..2d74cb7 100644 --- a/config.def.h +++ b/config.def.h @@ -28,10 +28,8 @@ static const Rule rules[] = { */ /* 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 }, + { "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 }, }; -- 2.45.2