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