diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-09-12 18:45:21 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-09-12 18:45:21 +0100 |
| commit | 07c18addcc64c7d98799dc83f03f35183a4ca49b (patch) | |
| tree | edd8c18529527256ac4adb8a0dcd4d5ad09a75c8 /config.h | |
| parent | f5b4914e757079b6c77588f16e11a096f95a1191 (diff) | |
fix window swallowing with programs run from st
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 }, |
