docs: update

This commit is contained in:
Dylan Araps
2019-10-11 21:19:40 +03:00
parent 472fda5fa0
commit f603fbb49c
2 changed files with 7 additions and 31 deletions

View File

@@ -23,8 +23,8 @@ const char* volup[] = {"amixer","sset","Master","5\%+",NULL};
{ MOD|ShiftMask, K, win_to_ws, {.i = N}},
static struct key keys[] = {
{MOD, XK_q, win_kill, {NULL}},
{MOD, XK_c, win_mid, {NULL}},
{MOD, XK_q, win_kill, {NULL}},
{MOD, XK_c, win_center, {NULL}},
{MOD, XK_f, win_fs, {NULL}},
{Mod1Mask, XK_Tab, win_next, {NULL}},