Closed mastopgunaf closed 4 years ago
The way clickabity works is dwm signals dwmblocks to update the block on clicks by using its signal number (which is written in a char before the block output). If you don't keep a signal value for the block how can dwm signal dwmblocks to update a block. I am going to state the comment more clearly but nothing more can be done.
The way clickabity works is dwm signals dwmblocks to update the block on clicks by using its signal number (which is written in a char before the block output). If you don't keep a signal value for the block how can dwm signal dwmblocks to update a block. I am going to state the comment more clearly but nothing more can be done.
Oh, that's what I was thinking. Well, thanks regardless!
My bad, I rushed through your message.
A comment in blocks.h says:
However, if I have a block that doesn't require signaling, but is clickable and updated through an interval, it requires a unique signal number, otherwise it becomes non-clickable.
For example, this block wouldn't be clickable:
But this block will be: