Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbudde/infowm
https://github.com/mbudde/infowm
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mbudde/infowm
- Owner: mbudde
- Created: 2016-01-16T09:18:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T10:00:21.000Z (almost 9 years ago)
- Last Synced: 2023-04-13T20:09:59.180Z (over 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)