From 4e51afbb822c4926151cd80a9e1ef357f05768d6 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Mon, 10 Apr 2023 21:28:45 +0200 Subject: [dwl] upstream changes --- dwl/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwl/config.h') diff --git a/dwl/config.h b/dwl/config.h index 6fdee76..e78d5d5 100644 --- a/dwl/config.h +++ b/dwl/config.h @@ -10,7 +10,7 @@ static const float focuscolor[] = {1.000, 0.549, 0.000, 1.0} static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 1.0}; /* tagging */ -static const char *tags[] = { "F", "U", "H", ".", "V", "L", "O", "M" }; +#define tagcount 8 static const Rule rules[] = { /* app_id title tags mask isfloating monitor keep_focus */ -- cgit v1.2.3