Ferdinand Bachmann

Results 154 comments of Ferdinand Bachmann

It seems I found the fix for the flickering resize on sway: I was committing the libdecor frame and resizing the EGL surface in the wrong order. I think this...

This is actually deliberate in some way or another, but it's more due to personal preference. I found that the dark menu didn't look as nice compared to the light...

> `rm -rf` Yeah, that's from the original Numix Makefile.

I'll look into your patch in the next few days and maybe incorporate into this repo if it looks nice :)

I think I'll still look into it, and I'll see if I like your patch :) Either I'll merge your patch, or I'll close this issue after that. Thanks for...

I don't use cinnamon actively, and numix proper doesn't have cinnamon styling either, so I don't know out of my head how to do that. If you could provide me...

I concur wirh @ClearlyClaire that unlisted posts can be useful. In fact, the instance I use (graz.social) has rules that longer threads should have replies marked as unlisted, and with...

Scaling is currently implemented via the OpenGL `GL_TEXTURE_MIN_FILTER`/`GL_TEXTURE_MAG_FILTER` texture parameter options. Supporting other scaling filters would require actually implementing them manually (and I have no experience implementing such algorithms) because...

Depending on the hooks that users/distros have set up for generating UKIs and signing EFI images provided by packages, the only thing that might be needed is an option to...

I have created a very experimental branch [here](https://github.com/ferdi265/picotool/tree/rewrite-main) that provides a `--serial` option for selecting devices, as well as `--multiple` for e.g., rebooting multiple devices into BOOTSEL mode at once....