Applied the 'sticky' patch, version '20160911-ab9571b'.

This commit is contained in:
2021-07-18 12:12:54 -05:00
parent bf64c49eff
commit ef2b7e2986
2 changed files with 13 additions and 2 deletions
+1
View File
@@ -80,6 +80,7 @@ static Key keys[] = {
{ MODKEY, XK_m, setlayout, {.v = &layouts[2]} },
{ MODKEY, XK_space, setlayout, {0} },
{ MODKEY|ShiftMask, XK_space, togglefloating, {0} },
{ MODKEY|ShiftMask, XK_s, togglesticky, {0} },
{ MODKEY, XK_0, view, {.ui = ~0 } },
{ MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } },
{ MODKEY, XK_comma, focusmon, {.i = -1 } },