From 9fd40b596a528aff48683b0cd3f7a6f60ec49b13 Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 24 Mar 2024 18:25:25 -0600 Subject: Minor QOL to erc, DWM tags, window cycling bindings --- .config/guix/modules/dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/guix/modules/dwm/config.def.h') diff --git a/.config/guix/modules/dwm/config.def.h b/.config/guix/modules/dwm/config.def.h index 4588f0c..d0e0345 100644 --- a/.config/guix/modules/dwm/config.def.h +++ b/.config/guix/modules/dwm/config.def.h @@ -28,7 +28,7 @@ static const unsigned int alphas[][3] = { }; /* tagging */ -static const char *tags[] = { "dev", "brw", "doc", "wte", "art", "ws6", "img", "vid", "agd" }; +static const char *tags[] = { "dev", "web", "doc", "wte", "art", "ws6", "img", "vid", "agd" }; static const Rule rules[] = { /* xprop(1): -- cgit v1.2.3