diff options
| author | LM-LCL <hello@exaltedelite.club> | 2025-01-23 19:12:35 +0100 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2025-01-23 19:12:35 +0100 |
| commit | 6f642280ac712e62fedab5390b11e947dc5eb848 (patch) | |
| tree | c22f935e2c8cbfb0712c15b0b7f2cd54b419d81f | |
| parent | 8d58d7d136ead8c97610fd0c2e9f6ef7e000809b (diff) | |
Programs
| -rw-r--r-- | config.def.h | 4 | ||||
| -rw-r--r-- | config.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 8d39834..40a53f9 100644 --- a/config.def.h +++ b/config.def.h @@ -32,8 +32,8 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating monitor */ - { "st-256color", NULL, NULL, 1 << 0, 0, -1 }, { "mpv", NULL, NULL, 1 << 1, 0, -1 }, + { "Jellyfin Media Player", NULL, NULL, 1 << 1, 0, -1 }, { "firefox-esr", NULL, NULL, 1 << 2, 0, -1 }, { "Brave-browser", NULL, NULL, 1 << 2, 0, -1 }, { "VSCodium", NULL, NULL, 1 << 3, 0, -1 }, @@ -47,7 +47,9 @@ static const Rule rules[] = { { "obs", NULL, NULL, 1 << 6, 0, -1 }, { "qBittorrent", NULL, NULL, 1 << 6, 0, -1 }, { "Mumble", NULL, NULL, 1 << 7, 0, -1 }, + { "Spotube", NULL, NULL, 1 << 7, 0, -1 }, { "steam", NULL, NULL, 1 << 7, 0, -1 }, + { "discord", NULL, NULL, 1 << 7, 0, -1 }, { "dino-im", NULL, NULL, 1 << 7, 0, -1 }, }; @@ -32,8 +32,8 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating monitor */ - { "st-256color", NULL, NULL, 1 << 0, 0, -1 }, { "mpv", NULL, NULL, 1 << 1, 0, -1 }, + { "Jellyfin Media Player", NULL, NULL, 1 << 1, 0, -1 }, { "firefox-esr", NULL, NULL, 1 << 2, 0, -1 }, { "Brave-browser", NULL, NULL, 1 << 2, 0, -1 }, { "VSCodium", NULL, NULL, 1 << 3, 0, -1 }, @@ -47,7 +47,9 @@ static const Rule rules[] = { { "obs", NULL, NULL, 1 << 6, 0, -1 }, { "qBittorrent", NULL, NULL, 1 << 6, 0, -1 }, { "Mumble", NULL, NULL, 1 << 7, 0, -1 }, + { "Spotube", NULL, NULL, 1 << 7, 0, -1 }, { "steam", NULL, NULL, 1 << 7, 0, -1 }, + { "discord", NULL, NULL, 1 << 7, 0, -1 }, { "dino-im", NULL, NULL, 1 << 7, 0, -1 }, }; |
