update inc/dec master bindings

This commit is contained in:
JuliusHerrmann 2021-09-01 19:04:39 +02:00
parent 364b8bf3dc
commit ac89982df6
5 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ static Key keys[] = {
{ MODKEY, XK_k, focusstack, {.i = -1 } },
{ MODKEY|ShiftMask, XK_j, movestack, {.i = +1 } },
{ MODKEY|ShiftMask, XK_k, movestack, {.i = -1 } },
{ MODKEY, XK_plus, incnmaster, {.i = +1 } },
{ MODKEY, XK_minus, incnmaster, {.i = -1 } },
{ MODKEY|ControlMask, XK_k, incnmaster, {.i = +1 } },
{ MODKEY|ControlMask, XK_j, incnmaster, {.i = -1 } },
{ MODKEY, XK_h, setmfact, {.f = -0.05} },
{ MODKEY, XK_l, setmfact, {.f = +0.05} },
{ MODKEY, XK_Tab, zoom, {0} },

BIN
drw.o

Binary file not shown.

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.

BIN
util.o

Binary file not shown.