From 07c18addcc64c7d98799dc83f03f35183a4ca49b Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Fri, 12 Sep 2025 18:45:21 +0100 Subject: fix window swallowing with programs run from st --- config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config.h') 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 }, -- cgit v1.2.3