Added a README, other small changes

This commit is contained in:
2024-04-22 17:24:14 +05:30
parent aabccefea1
commit 1757ff83cb
4 changed files with 48 additions and 8 deletions

2
dwm.c
View File

@@ -296,7 +296,7 @@ struct Pertag {
int showbars[LENGTH(tags) + 1]; /* display bar for the current tag */
};
static unsigned int scratchtag = 1 << LENGTH(tags);
/* compile-time check if all tags fit into an unsigned int bit array. */