diff options
| author | tslil clingman <tslil@posteo.de> | 2023-04-10 21:28:45 +0200 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2023-04-10 21:28:45 +0200 |
| commit | 4e51afbb822c4926151cd80a9e1ef357f05768d6 (patch) | |
| tree | 920a9760eaabb20db0c43b77bc16ca86a575fc5c /dwl/config.h | |
| parent | e7b800d81881cf95fcb822cd46acb03c1dd21856 (diff) | |
[dwl] upstream changes
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 */ |
