From b6d9b20cb700dc1be615f35ff19b9d407880c244 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Sun, 30 Jan 2022 13:30:54 +0100 Subject: tag names und google chrome --- config.def.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 187e56a..ff36826 100644 --- a/config.def.h +++ b/config.def.h @@ -26,16 +26,17 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; +static const char *tags[] = { "1 com", "2 taler", "3", "4", "5", "6", "7", "8", "9" }; static const Rule rules[] = { /* xprop(1): * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating monitor */ - { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + /* class instance title tags mask isfloating monitor */ + { "Gimp", NULL, NULL, 0, 1, -1 }, + { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { "google-chrome", NULL, NULL, 1 << 8, 0, -1 }, }; /* layout(s) */ -- cgit v1.2.3