mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-29 05:40:19 -04:00
update config
This commit is contained in:
parent
3f6f096642
commit
90f36b5c45
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue