From a49099cfcc5839f88137c44cb4bef416d67591af Mon Sep 17 00:00:00 2001 From: mrsu Date: Sun, 16 Jun 2024 01:58:14 +0100 Subject: [PATCH] nsxiv-float rule --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 1a1883a..e633982 100644 --- a/config.def.h +++ b/config.def.h @@ -56,7 +56,7 @@ 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 }, - { "stfloat", NULL, NULL, 0, 1, 0, 0, -1 }, + { NULL, "nsxiv-float", NULL, 0, 1, 0, 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 },