sowm: fixed all compiler warnings.

This commit is contained in:
Dylan Araps
2019-10-15 19:45:24 +03:00
parent c4e64e27b7
commit 5668ad1259
3 changed files with 13 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ const char* colors[] = {"bud", "/home/goldie/Pictures/Wallpapers", 0};
static struct key keys[] = {
{MOD, XK_q, win_kill, {0}},
{MOD, XK_c, win_center, {.i = 0}},
{MOD, XK_c, win_center, {.w = 0}},
{MOD, XK_f, win_fs, {0}},
{Mod1Mask, XK_Tab, win_next, {0}},