pruf

Results 10 comments of pruf

if you're not on 535 driver version, this is the most obvious reason why things are not working also if you've tried to compile something or updated your system -...

does this mean adding like outlines or shadows would also require implementing shaders?

https://github.com/user-attachments/assets/15cf36b2-32ca-439f-a177-dbb06e117623 ignore double cursor effect, it's hyprcursor problem.

> You could try to experiment with the newly added `window` options for stretch and tilt which can increase the sampling window time (see the readme). Maybe you can find...

did you just removed disableCull() line or you enabled culling somewhere else? and did you make sure it doesn't break render of nature's aura's particles/rendering?

I have no idea what you meant with "done rendering", so i just append enableCull() at the end of particle setup and bug seem to get fixed. Also I have...

i'm currently using this workaround to make any steam windows float but not the main window: windowrulev2 = float, class:(team)$, title:^(?!Steam$).*$ (there appear to be two types of steam class:...

Update: tried to do some things mentioned in [official Arch wiki](https://wiki.archlinux.org/title/Steam/Troubleshooting#Cannot_add_library_folder_because_of_missing_execute_permissions) such as: modify /etc/fstab file to make required filesystem contain 'exec' parameter, add 'steamapps' folder to new library directory....

wait it was actually fixed? i've just made some changes and thought it worked (i've got really surprised) here's all things i've done: 1. add "exec" parameter for drive for...

> The crash was due to a race condition in the Steam client. Not something you could have fixed, other than by using `xdg-desktop-portal` which uses a different path not...