UtkarshVerma / dwmblocks-async

An efficient, lean, and asynchronous status feed generator for dwm.
GNU General Public License v2.0
232 stars 87 forks source link

Is is possible to get a signal for mouse hovering #33

Closed yogeshdnumb closed 2 years ago

yogeshdnumb commented 2 years ago

it would be nice if the block was able to send a signal when mouse is hovering on it and it could also change to cursor to pointer when hovering over the block like cursor hinting

UtkarshVerma commented 2 years ago

This would be completely up to dwm. For dwmblocks-async, all it cares about is receiving an external event(usually dwm) and once triggered, it will execute the block. Getting the event and deciding what to do based on the event is dwm's responsibility.

Hence I am closing this issue. Feel free to reopen this in the future if you need any help once such a patch for dwm has been written (there aren't any as of now I think).