Cloudef / bemenu

Dynamic menu library and client program inspired by dmenu
GNU General Public License v3.0
1.16k stars 90 forks source link

Right click to close menu #351

Open carlsmedstad opened 11 months ago

carlsmedstad commented 11 months ago

Hey :wave:

I'm using bemenu as an application launcher and I can almost use it with only the mouse - I can scroll between items using scroll and select them with left click. However, I have not found a way to close the menu using only the mouse, for example if it was launched accidentally. For that I have to use escape.

As it seems right clicking on the menu currently is a noop, I would like to bind that to closing the menu without selecting anything.

Is this currently possible to configure? If not, have I missed any reason why this would be a bad idea?

Much appreciated, thanks!