LemonBoy / bar

A featherweight, lemon-scented, bar based on xcb
MIT License
1.61k stars 194 forks source link

Add support for mouse buttons 1 through 5 #222

Closed mendess closed 4 years ago

mendess commented 4 years ago

Add support for right click, middle click, left click, scroll up and scroll down.

This is the only thing stopping me from using this over polybar :sweat_smile:

I can try and implement it myself after exams if someone points me to the part of the code I should probably look into first, like where are the mouse events handled right now.

mendess commented 4 years ago

I'm dumb and didn't read the readme carefully enough.