From 042a60d83d87e15e70f601a15e57341100684360 Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 24 Apr 2025 00:48:24 +0200 Subject: feat: rename first "extra" tag to "game" --- dwm/config.def.h | 2 +- dwm/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dwm/config.def.h b/dwm/config.def.h index 8de823e..39b592e 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -29,7 +29,7 @@ static const unsigned int alphas[][3] = { }; /* tagging */ -static const char *tags[] = {"www", "dev", "dev2", "social", "extra", "extra2"}; +static const char *tags[] = {"www", "dev", "dev2", "social", "game", "extra"}; static const Rule rules[] = { /* xprop(1): diff --git a/dwm/config.h b/dwm/config.h index 8de823e..39b592e 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -29,7 +29,7 @@ static const unsigned int alphas[][3] = { }; /* tagging */ -static const char *tags[] = {"www", "dev", "dev2", "social", "extra", "extra2"}; +static const char *tags[] = {"www", "dev", "dev2", "social", "game", "extra"}; static const Rule rules[] = { /* xprop(1): -- cgit v1.2.3