musjj

Results 345 comments of musjj

@not-fl3 Hey can you take a look at this PR? Round-cornered rectangles would be nice to have.

I wonder what's the correct way of caching the buffers? From my experience, buffer ids aren't consistent throughout sessions, so saving buffer ids wouldn't be enough.

Thanks for implementing this! But may I suggest abstracting the functions a bit more? The current method forces the user to save all globals across sessions, which might not be...

It works fine for me. Just query your target position, then set `LookTransform`'s `eye` and `target` to the position. Of course since it's 2d you'll have to convert the `Vec2`...

I'm having the same problem with Bitwarden popups in Firefox. The following works, but it affects all Firefox windows: ```ini windowrulev2=float,class:^firefox$ windowrulev2=nofullscreenrequest,class:^firefox$ ``` But the following doesn't: ```ini windowrulev2=float,class:^firefox$,title:^Extension: windowrulev2=nofullscreenrequest,class:^firefox$,title:^Extension:...

@spikespaz Doesn't work either, unfortunately.

@SeanOMik I had the same problem and I solved it by simply adding `vulkan-loader` to my `LD_LIBRARY_PATH`. This is roughly what my `shell.nix` looks like: ```nix pkgs.mkShell { ... shellHook...

It looks like this doesn't format snippets in item-level doc comments (`//!`). Is there an existing issue for this?

I also sometimes experience this even after closing a window.

I'm trying to create a user service with vopono and it's been kind of a pain, so the ability to run `vopono exec` without `sudo` would be a blessing! @Lcchy...