Seth Kenlon

Authored Content

Customize your Linux desktop with FVWM

This article is part of a special series of 24 days of Linux desktops. If you're looking for a lightweight, fast, and simple Linux window manager, FVWM qualifies. But if you…

Authored Comments

gen_range got changed recently (https://docs.rs/rand/0.8.0/rand/trait.Rng.html#method.gen_range) from X,Y to X..Y syntax. My fresh install of the Rust toolchain, like the one in this article, also used X,Y syntax.

cargo 1.48.0 (65cbdd2dc 2020-10-14)

After doing a `cargo update`, 0.8.0 of gen_range got pulled in, and the code broke, requiring the change you mention.

I've updated the article for Moshe to reflect these changes. Thanks for the alert!

I'm intrigued! I'll check it out.

For future reference: https://github.com/Orc/levee