Results 11 comments of Wilf Silver

Thanks for the feedback! So with the first point about having a separate argument that is enforced with a window id, do you think it should look something like this...

Just a quick update I've been researching how to do the arguments with the `structopt` package. I haven't used this package before, especially in this context, so I may have...

Just quick proposal as I just came up with a horrid(ish) way of making the `--args` method work with `open-many`, this is most definitely a work around. So basically for...

> Just quick proposal as I just came up with a horrid(ish) way of making the --args method work with open-many, this is most definitely a work around. I have...

As a quick update to this: A (somewhat) recent change made me reconsider the implementation of this. So I have renamed and reorganised some things: - `WindowInitiator` is now named...

I have now implemented all options to use `SimplExpr` which is based off of the window parameters. Example of the config which is now possible: ```yuck (defwindow primary [id gui_size]...

I have also [added a small bug fix](https://github.com/elkowar/eww/pull/431/commits/d1212e265f93023f666164c7bf0b589819650396), which I couldn't find reported yet, where the struts don't take into account the scale factor when being created. So on 2...

Thanks for cleaning up the code a bit, looks a lot better. > * we need to update the `eww windows` command to deal with the fact that there can...

Hey, I am able to reproduce with `repo.lua` after hitting `-e` 3 times in a row (so open, close then open again) so might be worth trying. Sadly, I could...

> Using neovim 0.10.2 Yeah, I've just downgraded my neovim to 0.10.4, and now I can't reproduce the issue, so I'm guessing it's going to be a weird edge case...