Utkarsh Verma

Results 110 comments of Utkarsh Verma

Yeah, but that would explain if things didn't work out if I had passed `/usr/sbin/arm-none-eabi-gcc` as the query driver arg. However, in my case, passing `/usr/bin/arm-none-eabi-gcc` did not work. And...

Yes, I would like to confirm this as well: - `/usr/sbin -> /usr/bin` - `arm-none-eabi-gcc` is actually saved at `/usr/bin` - Passing `/usr/bin/arm-none-eabi-gcc` does not work - Passing `/usr/sbin/arm-none-eabi-gcc` or...

Oh, for NVIM, there's no such option. Would it not be possible to have this done through the `.clangd` file?

@razvand I have fixed the merge conflicts.

I would also love to see this. Any updates?

This shouldn't happen. I tried sending `kill -HUP $(pidof dwm)` and my dwm restarted without dwmblocks dying. This is most likely an issue in your setup.

Check #56 as it might be related. The rewrite exits when it doesn't find the specified scripts.

To better debug this, save dwm's stderr output to a logfile and then examine it. It may indicate why it could not start dwmblocks. ```sh exec dwm 2>/tmp/dwm.log ```

That sheds some light on it. Most likely, the `system` call has something to do here. Will investigate this when I get the time. In the meanwhile, use an older...