Virt

Results 32 comments of Virt
trafficstars

Are you sure it doesn't work with no .git? For me the following works: ``` $ hyprpm add https://github.com/virtcode/hypr-dynamic-cursors ✔ adding a new plugin repository from https://github.com/virtcode/hypr-dynamic-cursors MAKE SURE that...

I'm closing this as the current instructions on the readme work just fine for me on arch, so I can't reproduce the issues you are having. Feel free to reopen...

Been running this for the past week or so and it is so far working great on my end! Would it be possible to add an option to preselect a...

Thanks for adding the default session option, can confirm that it works as expected. Here's a couple of minor issues I noticed while testing my own config, but nothing breaking...

yeah it looks very suspicious haha I assume the crash happens on plugin load? And is that log line being spammed or is it just always being printed before the...

hmm... I can't really seem to reproduce it on my end at all. The crash is most likely caused by some sort of race condition or something when the plugin...

Thanks for the bts. It is weird that the crash occurs on a log statement. Maybe the logger doesn't really like being used from multiple threads (probably there's a reason...

yup, that is intended. When I look at the bts you sent the crash is happening on line `64` in the highres handler, which is a log statement. So the...

Oh right, how did I not spot that before. Hmm, then this patch is probably useless, you're right. > huh, i dont understand, what does it mean by shared ptr...

Could you try to get a bt from a hyprland debug build? This way we'd probably see the line numbers in the bt which could give us further clues what's...