diff options
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 |
commit | b6d9b20cb700dc1be615f35ff19b9d407880c244 (patch) | |
tree | f55655aa985c9b3e4ad13d52deabad04fcbcfd4d | |
parent | 97069c8457113e54bfbfcc5bf0fdf5ed2b6c4e51 (diff) |
tag names und google chrome
-rw-r--r-- | config.def.h | 9 | ||||
-rw-r--r-- | config.h | 9 |
2 files changed, 10 insertions, 8 deletions
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) */ @@ -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) */ |