Adding focusmaster patch

This commit is contained in:
bakkeby
2020-08-11 10:25:19 +02:00
parent 10f4d513ec
commit 57e727b498
7 changed files with 31 additions and 0 deletions

View File

@@ -895,6 +895,9 @@ static Key keys[] = {
{ MODKEY, XK_p, spawn, {.v = dmenucmd } },
{ MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } },
{ MODKEY, XK_b, togglebar, {0} },
#if FOCUSMASTER_PATCH
{ MODKEY|ControlMask, XK_space, focusmaster, {0} },
#endif // FOCUSMASTER_PATCH
#if STACKER_PATCH
STACKKEYS(MODKEY, focus)
STACKKEYS(MODKEY|ShiftMask, push)