Use named tag workflow

master
Hektor Misplon 2021-02-20 15:57:01 +01:00
parent cef012fae9
commit 11d61c7e96
1 changed files with 9 additions and 4 deletions

View File

@ -20,7 +20,7 @@ static const char *colors[][3] = {
};
/* tagging */
static const char *tags[] = { "1", "2", "3", "4" };
static const char *tags[] = { "zet", "www", "dev", "pdf", "etc" };
static const Rule rules[] = {
/* xprop(1):
@ -29,7 +29,12 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating monitor */
{ NULL, NULL, NULL, 0, False, -1 },
{ "KeePassXC", NULL, NULL, 1 << 3, False, -1 },
{ "obsidian", NULL, NULL, 1 << 0, False, -1 },
{ "Brave-browser", NULL, NULL, 1 << 1, False, -1 },
{ "Zathura", NULL, NULL, 1 << 3, False, -1 },
{ "KeePassXC", NULL, NULL, 1 << 4, False, -1 },
{ "Anki", NULL, NULL, 1 << 4, False, -1 },
{ "Goodvibes", NULL, NULL, 1 << 4, False, -1 },
};
/* layout(s) */