Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```