diff --git a/config.def.h b/config.def.h index 13c5322..a4019d3 100644 --- a/config.def.h +++ b/config.def.h @@ -172,6 +172,9 @@ static const Button buttons[] = { }; static const Axis axes[] = { + /* example of volume control: { MODKEY, AxisUp, spawn, SHCMD("volume-up_EXAMPLE") }, - { MODKEY, AxisDown, spawn, SHCMD("volume-down_EXAMPLE") }, + { MODKEY, AxisDown, spawn, SHCMD("volume-down_EXAMPLE") }, */ + { 0, 0, NULL, {0} }, + /* does nothing, but the array cannot be empty */ };