Kai Moschcau

Results 67 comments of Kai Moschcau

My guess is that's because currently only this shell script is supported for creating the preview: https://github.com/junegunn/fzf.vim/blob/master/bin/preview.sh Also there are some assumptions made about what shell you are using on...

I also recently found another dimension to this. Recent Windows versions seem to add `bash` to the Windows `PATH` when WSL2 is installed, which starts a bash session in a...

I am not quite sure what is causing this. It could be that you have the order of overwriting operations wrong or that you are copying a reference to a...

I just realized, that the `--i3` flag is not needed for lemonbar, so I removed it. But the behavior is still the same.

After some fiddling around with different combinations of kill commands sent to either the lemonbar processes or the powerline process itself, I was also able to provoke it to throwing...

@PH111P Concerning the `--i3` flag: I installed `i3ipc` after first reading the documentation when I installed and set up lemonbar with powerline and the workspaces were working then. I removed...

@s-ol Now that you mention it, I started two bars one with and one without the flag and the one without did indeed seem slower to react to workspace switching.

I enabled trace, found the request and response. I looked through the request and the only parameters in there are the fields to generate for and the position in the...

That's a great start! Would it be possible to include a way to just override parts of the CSS instead of replacing it completely?

I was thinking of doing something like that. The major factor that prevented me from trying it out was, that I was too lazy to look for the original to...