feat: remove default tags for certain applications
also remove icons in tagbar
This commit is contained in:
parent
4003db56b3
commit
7ec4c7f257
@ -24,8 +24,8 @@ static const char *colors[][3] = {
|
||||
};
|
||||
|
||||
/* tagging */
|
||||
//static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
|
||||
static const char *tags[] = { "1 ", "2 ", "3 ", "4 ", "5 ", "6 ", "7 ", "8 ", "9 " };
|
||||
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
|
||||
//static const char *tags[] = { "1 ", "2 ", "3 ", "4 ", "5 ", "6 ", "7 ", "8 ", "9 " };
|
||||
|
||||
static const Rule rules[] = {
|
||||
/* xprop(1):
|
||||
@ -33,10 +33,11 @@ static const Rule rules[] = {
|
||||
* WM_NAME(STRING) = title
|
||||
*/
|
||||
/* class instance title tags mask isfloating iscentered isterminal noswallow monitor */
|
||||
{ "firefox", NULL, NULL, 1 << 1, 0, 0, 0, -1, -1 },
|
||||
{ "Transmission", NULL,NULL, 1 << 2, 0, 0, 0, -1, -1 },
|
||||
{ "firefox", NULL, NULL, 0, 0, 0, 0, -1, -1 },
|
||||
{ "st", NULL, NULL, 0, 0, 0, 1, -1, -1 },
|
||||
{ "ncmpcpp", NULL, NULL, 0, 1, 1, 1, -1, -1 },
|
||||
{ "neomutt", NULL, NULL, 0, 1, 1, 1, -1, -1 },
|
||||
{ "transmission", NULL,NULL, 0, 1, 1, 1, -1, -1 },
|
||||
{ NULL, NULL, "Event Tester", 0, 1, 0, 0, 1, -1 }, /* xev */};
|
||||
|
||||
/* layout(s) */
|
||||
|
Loading…
Reference in New Issue
Block a user