From 7e2ba0d89ea0ab6ead473e522de50045c1d76a1e Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 11 Feb 2025 20:45:35 +0100 Subject: feat: rename dwm tags --- 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 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): -- cgit v1.2.3