From 3c827d066a1e9694f4ba0215b5e759a41354a511 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 6 Jan 2025 16:22:59 +0000 Subject: [PATCH] Update instance name in config rules - Modify the instance name from "nsxiv-float" to "float" in the config.def.h file --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 8d49cc5..054a479 100644 --- a/config.def.h +++ b/config.def.h @@ -61,7 +61,7 @@ static const int lcaselbl = 0; /* 1 means make tag label lowercase */ static const Rule rules[] = { /* class instance title tags mask isfloating isterminal noswallow monitor */ { "St", NULL, NULL, 0, 0, 1, 0, -1 }, - { NULL, "nsxiv-float", NULL, 0, 1, 0, 0, -1 }, + { NULL, "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 },