mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-11-07 13:29:58 -05:00
Implement Axis mouse bindings
This commit is contained in:
parent
1002ea04fa
commit
7a79ba8df3
2 changed files with 32 additions and 2 deletions
|
|
@ -173,3 +173,7 @@ static const Button buttons[] = {
|
|||
{ MODKEY, BTN_MIDDLE, togglefloating, {0} },
|
||||
{ MODKEY, BTN_RIGHT, moveresize, {.ui = CurResize} },
|
||||
};
|
||||
|
||||
static const Axis axes[] = {
|
||||
{ MODKEY, AxisUp, spawn, SHCMD("volume-up_EXAMPLE") },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue