summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-11 16:04:00 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-11 16:04:00 +0100
commit2a93314e65bc7f3e9088c526ef17dfd2cb6f0fd7 (patch)
tree88dd7e6873ede605d772cd318156eb76cc83880b
parentf3bc367dea26234929fe4ea5e37133b7f5d37cc8 (diff)
change rules for stfloat window class
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index afab3ff..6c6945e 100644
--- a/config.h
+++ b/config.h
@@ -38,7 +38,7 @@ static const Rule rules[] = {
{ "qBittorrent", NULL, NULL, 0, 1, 0, 0, -1 },
{ "qBittorrent", "qbittorrent", NULL, 0, 1, 0, 0, -1 },
{ "St", "st", NULL, 0, 0, 1, 1, -1 },
- { "stfloat", "st", NULL, 0, 1, 1, 1, -1 },
+ { "stfloat", NULL, NULL, 0, 1, 1, 1, -1 },
{ "mpv", NULL, NULL, 0, 1, 0, 0, -1 },
{ "Nsxiv", NULL, NULL, 0, 1, 0, 0, -1 },
{ "scrcpy", NULL, NULL, 0, 1, 0, 0, -1 },