add one more workspace
This commit is contained in:
parent
11d1d68226
commit
69d8d79ed7
|
@ -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} },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue