From 0a2b3665fe9ac42c732e2748b5d8ea93a1c0904d Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 15 May 2025 00:48:42 +0530 Subject: added window rules and changed tag icons a bit --- config.def.h | 11 +++++++---- 1 file 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) */ -- cgit v1.2.3