This commit is contained in:
vx-clutch
2026-03-09 21:56:40 -04:00
parent e5a0c5cf12
commit 81a801382d
6 changed files with 2560 additions and 0 deletions

View File

@@ -80,6 +80,8 @@ static const Key keys[] = {
{ MODKEY, XK_h, setmfact, {.f = -0.05} },
{ MODKEY, XK_l, setmfact, {.f = +0.05} },
{ MODKEY, XK_Tab, view, {0} },
{ MODKEY|ShiftMask, XK_j, rotatestack, {.i = +1 } },
{ MODKEY|ShiftMask, XK_k, rotatestack, {.i = -1 } },
{ MODKEY, XK_w, killclient, {0} },
{ MODKEY, XK_e, setlayout, {.v = &layouts[0]} },
{ MODKEY|ShiftMask, XK_t, setlayout, {.v = &layouts[2]} },