sowm: Enable missing prototypes warning and define win_prev.

This commit is contained in:
Dylan Araps
2019-12-18 11:41:21 +00:00
parent 8ee3294adf
commit 09a514cd5e
3 changed files with 5 additions and 3 deletions

View File

@@ -17,7 +17,9 @@ static struct key keys[] = {
{MOD, XK_q, win_kill, {0}},
{MOD, XK_c, win_center, {0}},
{MOD, XK_f, win_fs, {0}},
{Mod1Mask, XK_Tab, win_next, {0}},
{Mod1Mask, XK_Tab, win_next, {0}},
{Mod1Mask|ShiftMask, XK_Tab, win_prev, {0}},
{MOD, XK_d, run, {.com = menu}},
{MOD, XK_w, run, {.com = colors}},