mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-04 04:20:24 -04:00
implement Button: movemouse, resizemouse
This commit is contained in:
parent
bbe24fa8d4
commit
edf90816b1
2 changed files with 52 additions and 0 deletions
5
config.h
5
config.h
|
@ -12,3 +12,8 @@ static const Key keys[] = {
|
|||
{ MODKEY, XKB_KEY_Escape, quit, {0} },
|
||||
{ MODKEY, XKB_KEY_F1, focusnext, {0} },
|
||||
};
|
||||
|
||||
static const Button buttons[] = {
|
||||
{ MODKEY, BTN_LEFT, movemouse, {0} },
|
||||
{ MODKEY, BTN_RIGHT, resizemouse, {0} },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue