musjj

Results 83 comments of musjj

Could you also add regular and irregular polygons to the list of shapes?

Just asking, but does "Round joints" mean that you can have round corners for the gizmos? Would love to be able to draw rectangles, polygons, etc. with rounded corners.

Ah alright, thanks for the explanation. Should I make a new issue about this, or could this just be added to the list above?

> The concept of application ID or wm_class is only applicable to UNIX platforms The equivalent of this on Windows is window class names, which `winit` also supports: [with_class_name]( https://docs.rs/winit/latest/x86_64-pc-windows-msvc/winit/platform/windows/trait.WindowBuilderExtWindows.html#tymethod.with_class_name)

For some reason, it's not working for me: ```lua local colors = require("theme.colors") ... sym("@annotation") { fg = colors.foo }, -- doesn't work sym("@attribute") { fg = colors.bar }, --...

> local sym = injected_functions.sym Argh, for some reason my eyes skipped that line! Thanks for the quick reply!

I'm also having the same `%r` not being replaced issue. I had to manually substitute it myself. But at the same time I'm not sure if there's a good, general...

I think a hacky alternative would be to append the secrets to your config with a custom service (which has access to `$XDG_RUNTIME_DIR` via `%t`). You can write out the...

> I'm not sure I understand the first solution as the `~/.config/nix/nix.conf` is a symlink to the nix-store I'm not sure how to append something there You can read the...

Would love to see this too. The biggest showstopper with the script solution is, as @joeytwiddle mentioned: > If none of the applications match, the original keypress does not get...