aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2022-01-30 13:30:54 +0100
committerÖzgür Kesim <oec@codeblau.de>2022-01-30 13:30:54 +0100
commitb6d9b20cb700dc1be615f35ff19b9d407880c244 (patch)
treef55655aa985c9b3e4ad13d52deabad04fcbcfd4d /config.h
parent97069c8457113e54bfbfcc5bf0fdf5ed2b6c4e51 (diff)
tag names und google chrome
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 187e56a..ff36826 100644
--- a/config.h
+++ b/config.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) */