dwm

Fork of dwm, the best tiling window manager
git clone git://git.laack.co/dwm.git
Log | Files | Refs | README | LICENSE

commit 42cd090ba7f0ca05f8b6a9ca21a72d229f53c7c3
parent 7f449a05d93a90226d671c80768e2939b3a5792e
Author: Andrew Laack <andrew@laack.co>
Date:   Mon, 31 Aug 2026 14:58:31 -0500

Naming

Diffstat:
Mconfig.h | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/config.h b/config.h @@ -27,12 +27,12 @@ static const char *colors[][3] = { /* tagging */ static const char *tags[] = { - "1", - "2", - "3", - "4", - "5", - "6", + "1 - Work", + "2 - Leet", + "3 - C++", + "4 - OCaml", + "5 - HowDoItKnow", + "6 - Work", "7", "8", "9",