1
0
mirror of https://github.com/tiyn/dwm.git synced 2026-01-02 07:29:47 +01:00

added zeroastag patch to master

This commit is contained in:
2023-10-24 03:16:56 +02:00
3 changed files with 48 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ static const unsigned int alphas[][3] = {
};
/* tagging */
static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
static const char *tags[] = { "", "", "", "", "", "", "", "", "", "" };
static const Rule rules[] = {
/* xprop(1):
@@ -114,6 +114,7 @@ static Key keys[] = {
TAGKEYS( XK_7, 6)
TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8)
TAGKEYS( XK_0, 9)
};
/* button definitions */