From 8b716cff1e1c7b08b210d94f4e887ec74e6d11d0 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 29 Mar 2015 21:38:42 -0600 Subject: [PATCH] 4 tagkeys from 9 --- dwm.config.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dwm.config.h b/dwm.config.h index 73894ec..4772b39 100644 --- a/dwm.config.h +++ b/dwm.config.h @@ -17,7 +17,7 @@ static const Bool showbar = True; /* False means no bar */ static const Bool topbar = True; /* False means bottom bar */ /* 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[] = { /* class instance title tags mask isfloating monitor */ @@ -93,11 +93,6 @@ static Key keys[] = { TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) 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} }, };