summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2024-12-12 19:07:15 +0000
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-03-31 18:31:28 +0100
commit872d4860e0753c36ac1effa69352385eea2c18d6 (patch)
treeee49fa329c4facae610ebbd348d970de2e73067c /config.h
parent2acec1e83ca3c3a0b2ade0b11ba48873afcf7341 (diff)
fix window swallowing
Diffstat (limited to 'config.h')
-rw-r--r--config.h26
1 files changed, 14 insertions, 12 deletions
diff --git a/config.h b/config.h
index d28ff55..5c87438 100644
--- a/config.h
+++ b/config.h
@@ -39,18 +39,20 @@ static const Rule rules[] = {
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating isterminal noswallow monitor */
- { "steam", "steamwebhelper", NULL, 0, 1, 0, 0, -1 },
- { "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 },
- { "Virt-manager",NULL, NULL, 0, 0, 0, 0, -1 },
- { "qBittorrent", NULL, NULL, 0, 1, 0, 0, -1 },
- { "qBittorrent", "qbittorrent", NULL, 0, 0, 0, 0, -1 },
- { "St", "st", NULL, 0, 0, 1, 0, -1 },
- { "XTerm", "xterm", NULL, 0, 0, 1, 0, -1 },
- { "scrcpy", NULL, NULL, 0, 1, 0, 0, -1 },
- { "LibreWolf", "Alert", NULL, 0, 1, 0, 0, -1 },
- { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 },
+ { "steam", "steamwebhelper", NULL, 0, 1, 0, 0, -1 },
+ { "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 },
+ { "Virt-manager",NULL, NULL, 0, 0, 0, 0, -1 },
+ { "qBittorrent", NULL, NULL, 0, 1, 0, 0, -1 },
+ { "qBittorrent", "qbittorrent", NULL, 0, 0, 0, 0, -1 },
+ { "St", "st", NULL, 0, 0, 1, 1, -1 },
+ { "Mpv", NULL, NULL, 0, 1, 0, 0, -1 },
+ { "Nsxiv", NULL, NULL, 0, 1, 0, 0, -1 },
+ { "XTerm", "xterm", NULL, 0, 0, 1, 1, -1 },
+ { "scrcpy", NULL, NULL, 0, 1, 0, 0, -1 },
+ { "LibreWolf", "Alert", NULL, 0, 1, 0, 0, -1 },
+ { NULL, NULL, "Event Tester", 0, 0, 0, 0, -1 },
};
/* layout(s) */