BlackWindBooks.com | Newsletter! | risingthumb.xyz | achtung.risingthumb.xyz | github.com/RisingThumb | site map

risingthumb.xyz computers considered harmful

Minor noteworthy PRs

I have committed code to several FOSS projects out there. Here's some of them.

Neofetch

Üeberzug image handling support. Neofetch has an image handler, but lacked Üeberzug. I opened a PR and implemented this change.

=> See PR here

Doom Fire Algorithm

Added a GDScript/GLSL Implementation of the Doom Fire algorithm

See a video of this here

=> https://github.com/filipedeschamps/doom-fire-algorithm/pull/128

Xmenu

Xmenu is an awesome menu tool, inspired in part by Dmenu, another awesome menu tool. I use both, the former for menus that are mouse-dependent, and the latter for keyboard dependent ones(there's use cases for both). It makes starting applications very easy. My PR just extended the keybinds.

=> Adding number key support and home/end support