aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-04-14 00:40:43 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-04-14 00:40:43 +0200
commit08d3cc32e9caddeedfd5f1f5aaa2c84e7d96ea3f (patch)
tree9501335724b407654403cd679b6272bb05335dc1
parent8bfca48991ce85f065eea4d2456908eebb9529bc (diff)
downloadriver-08d3cc32e9caddeedfd5f1f5aaa2c84e7d96ea3f.tar.gz
river-08d3cc32e9caddeedfd5f1f5aaa2c84e7d96ea3f.tar.xz
Update readme for zig 0.6.0 release
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7f879ff..defe618 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,7 @@ binary, `riverctl`, like bspwm.
To compile river first ensure that you have the following dependencies
installed:
-- [zig](https://github.com/ziglang/zig) master (will depend on 0.6.0
-after that is released)
+- [zig](https://github.com/ziglang/zig) 0.6.0
- wayland
- wayland-protocols
- [wlroots](https://github.com/swaywm/wlroots) 0.10.1
@@ -32,6 +31,11 @@ Then simply use `zig build` to build and `zig build run` to run.
River can either be run nested in an X11/wayland session or directly
from a tty using KMS/DRM.
+Keybinds are similar to the defaults of dwm, but using the "logo key"
+instead of alt. Check out [config.zig](src/config.zig) for a complete list
+of bindings. Note that the terminal emulator is currently hardcoded to
+[alacritty](https://github.com/alacritty/alacritty).
+
## Development
Check out the [roadmap](https://github.com/ifreund/river/issues/1)