mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
Applied the dragmfact patch
This commit is contained in:
parent
071750b575
commit
bce3b51fd2
3 changed files with 82 additions and 3 deletions
|
|
@ -152,6 +152,6 @@ static const Key keys[] = {
|
|||
|
||||
static const Button buttons[] = {
|
||||
{ MODKEY, BTN_LEFT, moveresize, {.ui = CurMove} },
|
||||
{ MODKEY, BTN_MIDDLE, togglefloating, {0} },
|
||||
{ MODKEY, BTN_MIDDLE, moveresize, {.ui = Curmfact} },
|
||||
{ MODKEY, BTN_RIGHT, moveresize, {.ui = CurResize} },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue