mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-14 08:21:43 -04:00
Port pertag
This commit is contained in:
parent
797e0c74b2
commit
66287944c0
2 changed files with 75 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ static const float focuscolor[] = {1.0, 0.0, 0.0, 1.0};
|
|||
static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 1.0};
|
||||
|
||||
/* tagging - tagcount must be no greater than 31 */
|
||||
static const int tagcount = 9;
|
||||
#define tagcount 9
|
||||
|
||||
static const Rule rules[] = {
|
||||
/* app_id title tags mask isfloating monitor */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue