docs: update

This commit is contained in:
Dylan Araps
2019-10-11 20:56:54 +03:00
parent 51bb53f6c3
commit ec2e02098c
2 changed files with 89 additions and 97 deletions

View File

@@ -19,8 +19,8 @@ const char* voldown[] = {"amixer","sset","Master","5\%-",NULL};
const char* volup[] = {"amixer","sset","Master","5\%+",NULL};
#define DESKTOP(K,N) \
{ MOD, K, change_desktop, {.i = N}}, \
{ MOD|ShiftMask, K, win_to_ws, {.i = N}},
{ MOD, K, ws_go, {.i = N}}, \
{ MOD|ShiftMask, K, win_to_ws, {.i = N}},
static struct key keys[] = {
{MOD, XK_q, win_kill, {NULL}},