From 5f53d3c02e16b68a88926b2f4c5d0fcd5f8a3078 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 4 Dec 2023 10:09:49 +0100 Subject: up --- config.h | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index ded273e..0541b8b 100644 --- a/config.h +++ b/config.h @@ -31,6 +31,18 @@ static const char *colors[][3] = { /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; +static const char *tagsel[][2] = { + { "#ffffff", "#ff0000" }, + { "#ffffff", "#ff7f00" }, + { "#000000", "#ffff00" }, + { "#000000", "#00ff00" }, + { "#ffffff", "#0000ff" }, + { "#ffffff", "#4b0082" }, + { "#ffffff", "#9400d3" }, + { "#000000", "#ffffff" }, + { "#ffffff", "#000000" }, +}; + /* grid of tags */ #define DRAWCLASSICTAGS 1 << 0 @@ -59,12 +71,11 @@ static const Rule rules[] = { { "xterm-256color", NULL, NULL, 0, 0, 0, 0, -1 }, { "mpv", NULL, NULL, 0, 0, 0, 0, -1 }, { "Alacritty", NULL, NULL, 0, 0, 0, 0, -1 }, - { "KeePass2", NULL, NULL, 0, 0, 1, 0, -1 }, - { "org.remmina.Remmina", NULL, NULL, 1 << 5, 0, 0, 0, -1 }, - { "Vmware", NULL, NULL, 1 << 6, 0, 0, 0, -1 }, - { "rclone-browser", NULL, NULL, 1 << 7, 0, 0, 0, -1 }, + { "rclone-browser", NULL, NULL, 1 << 1, 0, 0, 0, 2 }, + { "org.remmina.Remmina", NULL, NULL, 1 << 2, 0, 0, 0, 2 }, + { "Vmware", NULL, NULL, 1 << 3, 0, 0, 0, 2 }, { "Microsoft Teams - Preview", NULL, NULL, 0, 0, 0, 0, 1 }, - { "thunderbird", NULL, NULL, 0, 0, 0, 0, 1 }, + { "thunderbird", NULL, NULL, 1 << 1, 0, 0, 0, 1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 0, -1 }, /* xev */ }; -- cgit v1.2.3