Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mbudde/infowm


https://github.com/mbudde/infowm

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Infoscreen Window Manager

A window manager for infoscreens.

## References

- [Xlib manual](https://tronche.com/gui/x/xlib/)
- [Inter-Client Communication Conventions Manual](https://tronche.com/gui/x/icccm/)
- [Extended Window Manager Hints](http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html)
- x11-rs documentation (not online yet)

## Inspiration

- [dwm](http://dwm.suckless.org/)
- [dwm.c](http://git.suckless.org/dwm/tree/dwm.c)
- [tinywm.c](http://incise.org/tinywm.html)
- [wtftw window manager in Rust](https://github.com/Kintaro/wtftw)
- [matchbox source](http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-window-manager/)