/* Mouse bindings * These are all your hardcoded mouse bindings. It is recommended you set these in ~/.config/spmenu/spmenu.conf though. * * See https://spmenu.speedie.site/index.php/mouse.h+documentation for more information. * See LICENSE file for copyright and license details. */ static Mouse buttons[] = { { ClickInput, 0, Button1, clear, {0} }, { ClickPrompt, 0, Button1, clear, {0} }, { ClickMode, 0, Button1, switchmode, {0} }, { ClickNumber, 0, Button1, viewhist, {0} }, { ClickSelItem, 0, Button1, NULL, {0} }, };