|
|
|
|
|
by mcpcpc
2055 days ago
|
|
screenshot (in use): https://i.redd.it/ve0ra9qip7y51.png Took heavy inspiration from dwm, bluewm, tinywm, lainwm and the likes to create what I would consider a minimally viable window manager solution. The project is C99 POSIX and MISRA compliant, which promotes portability, security and safety of the source. I would say the target audience are those that spend most of their time staring at a single terminal and periodically need to jump into a GUI based application (e.g. web browser). There are many projects like this, but I am hoping to improve on previous ones by reducing the overall complexity (per the KISS principle) and improve upon documentation. I am still developing my C programming skills, so all feedback is welcomed. =) Enjoy! |
|
> I am hoping to improve ... reducing the overall complexity
I wish more projects had this goal.
The runtime deps - like the wm screenshot - are beautifully simple.