From e511497dbda385ca34ec756862fc70c1f60dd879 Mon Sep 17 00:00:00 2001 From: mrsu Date: Sat, 15 Jun 2024 12:10:10 +0100 Subject: [PATCH] St order before scratchpads --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index a5a37a5..3c01783 100644 --- a/config.def.h +++ b/config.def.h @@ -60,6 +60,7 @@ static Sp scratchpads[] = { static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; static const Rule rules[] = { /* class instance title tags mask isfloating isterminal noswallow monitor */ + { "St", NULL, NULL, 0, 0, 1, 0, -1 }, { NULL, "spterm0", NULL, SPTAG(0), 1, 1, 0, -1 }, { NULL, "spterm1", NULL, SPTAG(1), 1, 1, 0, -1 }, { NULL, "spterm2", NULL, SPTAG(2), 1, 1, 0, -1 }, @@ -67,7 +68,6 @@ static const Rule rules[] = { { NULL, "spterm4", NULL, SPTAG(4), 1, 1, 0, -1 }, { NULL, "spterm5", NULL, SPTAG(5), 1, 1, 0, -1 }, { NULL, "spterm6", NULL, SPTAG(6), 1, 1, 0, -1 }, - { "St", NULL, NULL, 0, 0, 1, 0, -1 }, };