mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-09-19 13:52:48 +00:00
implement Axis mouse bindings
Co-authored-by: Guido Cella <guido@guidocella.xyz>
This commit is contained in:
committed by
Guido Cella
co-authored by
Guido Cella
parent
99cdc9a825
commit
e8bf70d639
@@ -170,3 +170,8 @@ 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") },
|
||||
{ MODKEY, AxisDown, spawn, SHCMD("volume-down_EXAMPLE") },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user