forked from RepoMirrors/dwl
Disable mouse actions
This commit is contained in:
parent
a764384169
commit
2c75e310c1
@ -230,7 +230,5 @@ static const Key keys[] = {
|
||||
};
|
||||
|
||||
static const Button buttons[] = {
|
||||
{ MODKEY, BTN_LEFT, moveresize, {.ui = CurMove} },
|
||||
{ MODKEY, BTN_MIDDLE, togglefloating, {0} },
|
||||
{ MODKEY, BTN_RIGHT, moveresize, {.ui = CurResize} },
|
||||
{ 0, 0, NULL, {0} },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user