summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-09-12 18:45:21 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-09-12 18:45:21 +0100
commit07c18addcc64c7d98799dc83f03f35183a4ca49b (patch)
treeedd8c18529527256ac4adb8a0dcd4d5ad09a75c8 /config.h
parentf5b4914e757079b6c77588f16e11a096f95a1191 (diff)
fix window swallowing with programs run from st
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/config.h b/config.h
index a466c70..db1793d 100644
--- a/config.h
+++ b/config.h
@@ -40,10 +40,8 @@ static const Rule rules[] = {
{ "steam", "steamwebhelper", "Steam", 0, 0, 0, 0, -1 },
{ "steam", NULL, "Steam Settings", 0, 1, 0, 0, -1 },
{ "qemu-system-x86_64","qemu-system-x86_64",NULL, 0, 1, 0, 0, -1 },
- { "St", "st", NULL, 0, 0, 1, 1, -1 },
+ { "st-256color", "st-256color", NULL, 0, 0, 1, 1, -1 },
{ "stfloat", NULL, NULL, 0, 1, 1, 1, -1 },
- { "STARTER", 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 },
{ "steam_app_1237950","steam_app_1237950",NULL, 0, 1, 0, 1, -1 },