Implement Axis mouse bindings

This commit is contained in:
Peter Hofmann 2024-06-23 16:08:52 +02:00
parent 1002ea04fa
commit 7a79ba8df3
No known key found for this signature in database
GPG key ID: 4DDE8EFA3824FF87
2 changed files with 32 additions and 2 deletions

View file

@ -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") },
};