summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-08-16 14:39:10 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-08-16 14:39:10 +0100
commitdd26b19364b95fe727204a18c9e471eda54e66da (patch)
tree35c5d0c700f5e6c45b31ede5cb56bd9420a93599 /config.h
parentf29f6c5e03b94c5d62f03e0ad1fe0d00f10b28dd (diff)
add autostart patch
Diffstat (limited to 'config.h')
-rw-r--r--config.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/config.h b/config.h
index d3d026b..081bff8 100644
--- a/config.h
+++ b/config.h
@@ -18,8 +18,12 @@ static const char *colors[][4] = {
[SchemeSel] = { col_gray1, col_gray2, col_gray2, col_float },
};
+static const char *const autostart[] = {
+ NULL
+};
+
/* tagging */
-static const char *tags[] = { "1", "2", "3", "4", "5" };
+static const char *tags[] = { "0", "1", "2", "3", "4" };
static const Rule rules[] = {
/* xprop(1):
@@ -32,9 +36,6 @@ 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 },
- { "Virt-manager",NULL, NULL, 0, 0, 0, 0, -1 },
- { "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", NULL, NULL, 0, 1, 1, 1, -1 },
{ "STARTER", NULL, NULL, 0, 1, 1, 1, -1 },