diff --git a/config.def.h b/config.def.h index f3d2683..495a4e5 100644 --- a/config.def.h +++ b/config.def.h @@ -145,8 +145,6 @@ static const Key keys[] = { { SUPERKEY, XK_g, setlayout, {.v = &layouts[0]} }, /* { SUPERKEY, XK_space, setlayout, {0} }, */ { SUPERKEY|ShiftMask, XK_space, togglefloating, {0} }, - { SUPERKEY, XK_0, view, {.ui = ~0 } }, - { SUPERKEY|ShiftMask, XK_0, tag, {.ui = ~0 } }, { SUPERKEY, XK_comma, focusmon, {.i = -1 } }, { SUPERKEY, XK_period, focusmon, {.i = +1 } }, { SUPERKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, @@ -166,6 +164,7 @@ static const Key keys[] = { TAGKEYS( XK_7, 6) TAGKEYS( XK_8, 7) TAGKEYS( XK_9, 8) + TAGKEYS( XK_0, 9) { SUPERKEY|ShiftMask, XK_q, quitprompt, {0} }, };