| Crates.io | river-rs |
| lib.rs | river-rs |
| version | 0.3.3 |
| created_at | 2025-01-28 11:40:28.190235+00 |
| updated_at | 2025-04-08 18:02:59.738354+00 |
| description | Utilities for configuring River Window Manager. |
| homepage | |
| repository | https://github.com/Yappaholic/river-rs |
| max_upload_size | |
| id | 1533431 |
| size | 19,859 |
This is just a proof of concept and my attempt at better understanding Rust.
Currently Work In Progress.
Well, why not? After all, why not build something unique and fun.
On a more serious note, writing configuration for RiverWM in programming languages
teaches a lot about language's basic operations, loops, typing, working with strings,
creating compound objects and tooling. That's why I would recommend you too to try
and build a simple library for configuring RiverWM in any language you want
(C, Zig, Haskell, Java?, whatever!).
Right now you can describe and apply custom keybindings in a procedural way, when you apply keybinds one by one, depending on wether you want to change the modifier keys, and then apply config in the end.
spawn function by now)