From 76aa17713fb3a891ea88f2f9fe6140a59468fcaf Mon Sep 17 00:00:00 2001 From: Reagan Date: Sun, 28 Jun 2020 06:35:32 +0100 Subject: [PATCH] Updated floating term so it wasn't always on workspace 9 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 14eb389..2b16a95 100644 --- a/config.h +++ b/config.h @@ -26,7 +26,7 @@ static const Rule rules[] = { /* class instance title tags mask isfloating monitor */ { "Nextcloud", NULL, NULL, 1 << 8, 1, -1 }, { "Mullvad VPN", NULL, NULL, 1 << 8, 1, -1 }, - { "st", "floating", NULL, 1 << 8, 1, -1 }, + { "st", "floating", NULL, 1, 1, -1 }, };