Utkarsh Verma

Results 128 comments of Utkarsh Verma

I investigated a bit and realised that it's not due to fallback. Some of the glyphs in Comic Code fonts are very large, especially the ones for box drawing. I...

That's precisely the problem. The `execLock` mechanism is necessary so we don't run the same command repeatedly. We need a reliable way to detect if a subprocess has exited. Currently,...

Has there been any updates regarding this? I'm getting this error even on GitHub.

Can confirm this happens with Brave browser as well.

I meant to imply that the module is not mounted directly to `assets`, but in its subdirectory.

Yes, this is when I try to quit dwm through `pkill -TERM dwm`.

> To elaborate on the 2nd point, let's say you receive the while inside a `XNextEvent()` call, the sighandler will set `running` to 0 and then you'll go back to...

@bakkeby The last reply is unrelated to the freezing issue. It was simply another quirk I noted. Freezing issue I haven't found time to investigate yet.

Thanks for the commit. dwm doesn't freeze anymore.