From 27d3207def230712616fedaf8bbc46f42d58e8c4 Mon Sep 17 00:00:00 2001 From: Ronald1985 Date: Mon, 27 Mar 2023 09:26:35 +0100 Subject: [PATCH] Updated rule for floating terminal --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index ba9e61a..7b27b71 100644 --- a/config.h +++ b/config.h @@ -25,7 +25,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Nextcloud", NULL, NULL, 1 << 8, 1, -1 }, - { "st", "floating", NULL, NULL, 1, -1 }, + { "st", "floating", NULL, 0, 1, -1 }, { "Qemu-system-i386", NULL, NULL, 1 << 1, 0, -1 }, { "odin-term", NULL, NULL, 1 << 1, 1, -1 },