sowm: track current window

This commit is contained in:
Dylan Araps
2019-10-19 00:30:59 +03:00
parent d6b7a98586
commit 4ed0c0919f
2 changed files with 30 additions and 35 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}},