From de6735b9daf230b0c0d48b67226b273a26817929 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 11 Nov 2020 20:57:42 +0100 Subject: Tags update --- config.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 96e3afc..afb9d5f 100644 --- a/config.h +++ b/config.h @@ -27,7 +27,7 @@ static const char *const autostart[] = { }; /* tagging */ -static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12" }; +static const char *tags[] = { "0", "1", "2", "3", "4", "5", "6", "7" }; static const Rule rules[] = { /* xprop(1): @@ -160,12 +160,6 @@ static Key keys[] = { TAGKEYS( XK_F6, 5) TAGKEYS( XK_F7, 6) TAGKEYS( XK_F8, 7) - TAGKEYS( XK_F9, 8) - TAGKEYS( XK_F8, 7) - TAGKEYS( XK_F9, 8) - TAGKEYS( XK_F10, 9) - TAGKEYS( XK_F11, 10) - TAGKEYS( XK_F12, 11) { MODKEY|ShiftMask, XK_e, quit, {0} }, { MODKEY|ShiftMask, XK_r, quit, {1} }, }; -- cgit v1.2.3