I use PearDarkCursors
ccf
It's using Sober, which uses the Android version of the game so it doesn't have to go through WINE. It doesn't currently work right now, but they're planning on bringing back functionality hopefully on April 5th
You would have to clone the submodules, clay and raylib, as well. Raylib has to be built, but for clay it just has to be cloned for the clay.h file
I'd love it if you could give me any feedback! Sorry about the somewhat janky build process right now though, I didn't plan too much around builds working on computers other than my own
I don't have any plans currently to do translation, but I'll keep this in mind if I ever figure it out
I think there is a setting in some games where the FPS lowers when not focused, to save system resources. It happens with notifications for a lot of games I play too
on your instance's homepage you can scroll down to the bottom to find its modlog. here's lemmy.world's: https://lemmy.world/modlog
as someone who types special characters a lot, I can't believe how people go about without the compose key
sudo apt install wine should be fine for most applications, if any program needed something else it'd tell you. If you're using wine for gaming, though, you would want to use something like Lutris as it uses a version of wine specifically for games
they birthed that dog
Merriam-Webster says healthy is also an adverb and even gives "eating healthy" as an example

It's not dangerous in this case, if $tmpdir was unset, all that would happen is
rm -r $tempdircomplaining about a missing operand. The only issue I can see this causing is that ifmktemp -dfailsrmwould print an unhelpful error message. Usingrm -rfinstead would hide it, so could could checking the variable and conditionally runningrm -r, as you suggested.