add one more workspace

This commit is contained in:
BitHeaven 2023-08-06 13:42:31 +05:00
parent 11d1d68226
commit 69d8d79ed7
1 changed files with 1 additions and 2 deletions

View File

@ -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} },
};