diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h index 95bd506..788781e 100644 --- a/config.def.h +++ b/config.def.h @@ -19,16 +19,19 @@ static const char *colors[][4] = { /* tagging */ // static const char *tags[] = { "一", "二", "三", "四", "五", "六", "七", "八", "九", "十" }; -static const char *tags[] = { "", "", "", "", "", "", "", "", "", "" }; +static const char *tags[] = { "", "", "", "", "", "", "", "", "", "" }; 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 */ + { "librewolf", NULL, NULL, 1 << 1, 0, -1 }, + { "kdenlive", NULL, NULL, 1 << 5, 0, -1 }, + { "Gimp", NULL, NULL, 1 << 6, 0, -1 }, + { "thunderbird", NULL, NULL, 1 << 8, 0, -1 }, + { "discord", NULL, NULL, 1 << 9, 0, -1 }, }; /* layout(s) */ |