commit cd1a452ea7fed2211773575e73b7b444940c3e07
parent a28f39e9f7014e1cea6976522693c0ec740d094f
Author: Yujiri <yujiri@disroot.org>
Date: Thu, 8 Sep 2022 11:39:43 +0000
fix config example in readme
multiple arguments to riverctl spawn must be quoted.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -20,7 +20,7 @@ zig build --prefix ~/.local install
Add the following toward the end of `$XDG_CONFIG_HOME/river/init`:
```
-riverctl spawn levee pulse backlight battery
+riverctl spawn "levee pulse backlight battery"
```
## Dependencies