From 7c2af4bda2d36b3c214ca8eb63c509815cfebc45 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 6 Jan 2025 18:18:35 +0000 Subject: [PATCH] Update config.def.h with new floating window rule --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 054a479..77e2b37 100644 --- a/config.def.h +++ b/config.def.h @@ -62,6 +62,7 @@ static const Rule rules[] = { /* class instance title tags mask isfloating isterminal noswallow monitor */ { "St", NULL, NULL, 0, 0, 1, 0, -1 }, { NULL, "float", NULL, 0, 1, 0, 0, -1 }, + { NULL, "st-float", NULL, 0, 1, 1, 1, -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 },