mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-27 02:04:14 +00:00
update config
This commit is contained in:
parent
3f6f096642
commit
90f36b5c45
@ -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] } },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user