https://github.com/maxdeviant/ravenwm
A sleek, hybrid window manager with modern sensibilities
https://github.com/maxdeviant/ravenwm
Last synced: 7 months ago
JSON representation
A sleek, hybrid window manager with modern sensibilities
- Host: GitHub
- URL: https://github.com/maxdeviant/ravenwm
- Owner: maxdeviant
- License: mit
- Created: 2021-10-30T00:51:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-12T18:16:21.000Z (almost 4 years ago)
- Last Synced: 2025-07-13T12:50:20.635Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 62.5 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ravenwm
A sleek, hybrid window manager with modern sensibilities.
## Development
To work on `ravenwm`, you'll need a nested X server:
```sh
Xephyr -screen 1024x768 :1 &
```
With that running, you can then run `ravenwm` on that X server:
```sh
cargo build --release
DISPLAY=:1 ./target/release/ravenwm
```