diff options
Diffstat (limited to '')
| -rw-r--r-- | dwm/config.def.h | 2 |
1 files changed, 1 insertions, 1 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): |
