update config

This commit is contained in:
korei999 2024-01-22 18:00:05 +02:00
parent 3f6f096642
commit 90f36b5c45

View File

@ -215,8 +215,8 @@ static const Key keys[] = {
{ SUPER, Key_x, focusstack, { .i = -1 } },
{ SUPER, Key_i, incnmaster, { .i = +1 } },
{ SUPER | SHIFT, Key_i, incnmaster, { .i = -1 } },
{ SUPER, Key_h, setmfact, { .f = -0.05 } },
{ SUPER, Key_l, setmfact, { .f = +0.05 } },
{ SUPER, Key_h, setmfact, { .f = -0.05f } },
{ SUPER, Key_l, setmfact, { .f = +0.05f } },
{ SUPER, Key_c, setlayout, { .v = &layouts[0] } },
{ SUPER, Key_s, setlayout, { .v = &layouts[1] } },
{ SUPER, Key_v, setlayout, { .v = &layouts[2] } },