diff options
| author | pml68 <contact@pml68.dev> | 2025-04-24 00:48:24 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-24 00:48:24 +0200 |
| commit | 042a60d83d87e15e70f601a15e57341100684360 (patch) | |
| tree | b7a7a228054a24a67cdb810c2caffcf746ec9d08 | |
| parent | feat: add volume level to slstatus (diff) | |
| download | suckless-setup-042a60d83d87e15e70f601a15e57341100684360.tar.gz | |
feat: rename first "extra" tag to "game"
| -rw-r--r-- | dwm/config.def.h | 2 | ||||
| -rw-r--r-- | 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): |
