Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlovinger committed Aug 23, 2023
1 parent 30bbf44 commit bedf402
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[![Workflow Status](https://github.com/justinlovinger/owm/workflows/build/badge.svg)](https://github.com/justinlovinger/owm/actions?query=workflow%3A%22build%22)

# owm

An experimental [River](https://github.com/riverwm/river) layout generator
using mathematical optimization
to invent layouts
on-the-fly.

## Building

Run `cargo build --release` or `nix build`.

## Usage

Add

```
riverctl default-layout owm
owm &
```

to your River `init`.

See `owm --help` for configuration options.

0 comments on commit bedf402

Please sign in to comment.