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

[enhancement] be able to the clickable blocks feature #8

Closed apprehensions closed 3 years ago

apprehensions commented 3 years ago

might entirely avoid one of the main features of dwmblocks-async, but i only put this up since i use a dwm build without statuscmd for practical reasons, or i could use dwmblocks but i will eventually lose the async feature.

UtkarshVerma commented 3 years ago

I think it's not a bad idea to have this configurable as well. Therefore, it has been implemented through 3d55e4b10ffcb11378b0f2770b91358b0eef948a.

From now on, setting the CLICKABLE_BLOCKS macro has to be defined in config.h to enable clickability. Please feel free to close the issue if you don't face any issues.

apprehensions commented 3 years ago

thank you!