4 tagkeys from 9

This commit is contained in:
2015-03-29 21:38:42 -06:00
parent 208ad8f89e
commit 8b716cff1e
+1 -6
View File
@@ -17,7 +17,7 @@ static const Bool showbar = True; /* False means no bar */
static const Bool topbar = True; /* False means bottom bar */ static const Bool topbar = True; /* False means bottom bar */
/* tagging */ /* tagging */
static const char *tags[] = { "term", "coms", "www", "dev", "work", "6", "7", "8", "9" }; static const char *tags[] = { "term", "work", "www", "dev" };
static const Rule rules[] = { static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */ /* class instance title tags mask isfloating monitor */
@@ -93,11 +93,6 @@ static Key keys[] = {
TAGKEYS( XK_2, 1) TAGKEYS( XK_2, 1)
TAGKEYS( XK_3, 2) TAGKEYS( XK_3, 2)
TAGKEYS( XK_4, 3) TAGKEYS( XK_4, 3)
TAGKEYS( XK_5, 4)
TAGKEYS( XK_6, 5)
TAGKEYS( XK_7, 6)
TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8)
{ MODKEY|ShiftMask, XK_q, quit, {0} }, { MODKEY|ShiftMask, XK_q, quit, {0} },
}; };