sowm: track current client to simplify linked list implementation.

This commit is contained in:
Dylan Araps
2019-10-18 12:43:09 +03:00
parent 8917b6ddb2
commit 02b10e8585
2 changed files with 31 additions and 37 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, {.w = 0}},
{MOD, XK_c, win_center, {0}},
{MOD, XK_f, win_fs, {0}},
{Mod1Mask, XK_Tab, win_next, {0}},