docs: update

This commit is contained in:
Dylan Araps
2019-10-12 00:57:24 +03:00
parent adba99ef67
commit 81710bb199

View File

@@ -15,6 +15,7 @@
const char* menu[] = {"dmenu_run", NULL};
const char* term[] = {"st", NULL};
const char* scrot[] = {"scr", NULL};
const char* voldown[] = {"amixer", "sset", "Master", "5\%-", NULL};
const char* volup[] = {"amixer", "sset", "Master", "5\%+", NULL};
const char* volmute[] = {"amixer", "sset", "Master", "toggle", NULL};
@@ -32,6 +33,7 @@ static struct key keys[] = {
{MOD, XK_d, run, {.com = menu}},
{MOD, XK_w, run, {.com = colors}},
{MOD, XK_p, run, {.com = scrot}},
{MOD, XK_Return, run, {.com = term}},
{0, XF86XK_AudioLowerVolume, run, {.com = voldown}},
{0, XF86XK_AudioRaiseVolume, run, {.com = volup}},