diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-11 16:04:00 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-11 16:04:00 +0100 |
| commit | 2a93314e65bc7f3e9088c526ef17dfd2cb6f0fd7 (patch) | |
| tree | 88dd7e6873ede605d772cd318156eb76cc83880b | |
| parent | f3bc367dea26234929fe4ea5e37133b7f5d37cc8 (diff) | |
change rules for stfloat window class
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }, |
