Utkarsh Verma
Utkarsh Verma
Has there been any update on the `vertigo` changes? They look pretty nice from development point of view. I would love to help get it merged to main. If not,...
I can also confirm this to be the case. If I try to unlock my drive, `udisksctl` says that my drive is not encrypted, which is weird since `cryptsetup` is...
I did a minor change in the source to set offset for the undercurl patch in https://github.com/UtkarshVerma/st-flexipatch/commit/5649ac602aac0683f30e082f89448e45826c20e2 It doesn't allow setting width of the underline though.
For this patch to be feasible, what improvements do you guys think I should make?
> Maybe this is better as a candidate patch on the suckless pages page? > > I did play around with something similar for dwm and my experience with it...
Thanks for the suggestion, done!
I am also facing this issue. I have `shellcheck` executed in an LSP context difference in the current working directory is messing up my `source` directives.
I created a branch on my fork for reproducing this with master. https://github.com/UtkarshVerma/st-flexipatch/tree/alignment-bug Here are the changes: ``` diff --git a/config.mk b/config. index 36e98ce..dde2dc9 100644 --- a/config.mk +++ b/config.mk @@...
Thanks for your detailed, answer. I was able to find the documentation in NVIM readme for the `ESC[>4;2m` sequence. Also, I don't get the `ESC]8` sequence anymore so we could...
Thanks for the detailed answer. In my case, I am actually using the `CSI u` encoding as I have manually added a couple of mappings in `config.h` for convenience. What...