https://github.com/pickfire/dwm
Rust port of dwm
https://github.com/pickfire/dwm
dwm hacktoberfest rust
Last synced: 29 days ago
JSON representation
Rust port of dwm
- Host: GitHub
- URL: https://github.com/pickfire/dwm
- Owner: pickfire
- License: apache-2.0
- Created: 2020-10-06T15:24:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T06:14:25.000Z (over 4 years ago)
- Last Synced: 2025-02-10T11:45:13.634Z (3 months ago)
- Topics: dwm, hacktoberfest, rust
- Language: Rust
- Homepage: https://github.com/psychon/x11rb/issues/182
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
Dwm Rust
========X11 [DWM][dwm] [Rust][rust] port to be an example for x11rb.
Initial issue .Pretty much work in progress and is not actively being developed.
Feel free to send pull requests.[dwm]: https://dwm.suckless.org/
[rust]: https://www.rust-lang.org/## Resources
https://www.x.org/releases/X11R7.7/doc/libxcb/tutorial/index.html
https://github.com/psychon/x11rb/blob/master/examples/simple_window_manager.rs#L320-L324
https://github.com/julian-goldsmith/dwm-xcb/blob/master/dwm.c#L100
https://github.com/i3/i3/blob/next/src/main.c#L642
https://gitlab.freedesktop.org/xorg/lib/libx11/-/blob/master/src/SelInput.c## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.