Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxdeviant/ravenwm
A sleek, hybrid window manager with modern sensibilities
https://github.com/maxdeviant/ravenwm
Last synced: about 2 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-12T18:16:21.000Z (almost 3 years ago)
- Last Synced: 2023-02-27T10:47:28.876Z (almost 2 years ago)
- Language: Rust
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- 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
```