diff options
| author | pml68 <contact@pml68.dev> | 2025-02-11 20:45:35 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-02-11 20:45:35 +0100 |
| commit | 7e2ba0d89ea0ab6ead473e522de50045c1d76a1e (patch) | |
| tree | faf90faea71e0049b4d9b60bfc48b0c267e79f13 | |
| parent | feat(dwm): make Tor Browser float by default (diff) | |
| download | suckless-setup-7e2ba0d89ea0ab6ead473e522de50045c1d76a1e.tar.gz | |
feat: rename dwm tags
| -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 86c538f..8de823e 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[] = {"1", "2", "3", "4", "5", "6"}; +static const char *tags[] = {"www", "dev", "dev2", "social", "extra", "extra2"}; static const Rule rules[] = { /* xprop(1): diff --git a/dwm/config.h b/dwm/config.h index 86c538f..8de823e 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -29,7 +29,7 @@ static const unsigned int alphas[][3] = { }; /* tagging */ -static const char *tags[] = {"1", "2", "3", "4", "5", "6"}; +static const char *tags[] = {"www", "dev", "dev2", "social", "extra", "extra2"}; static const Rule rules[] = { /* xprop(1): |
