From f8a4f1dbe9b5bcf608f8ec707e531e616293efec Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sun, 24 May 2020 21:07:57 +0200 Subject: [PATCH] Correct socket -> protocol in readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27ad1c7..01a67d5 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,9 @@ don't hesitate to - Simplicity and minimalism, river should not overstep the bounds of a window manger. - Dynamic window management based on a stack of views and tags like dwm. -- Scriptable configuration and control through a socket and separate -binary, `riverctl`, like bspwm. +- Scriptable configuration and control through a separate binary, +`riverctl`, like bspwm. This works using the custom +[river-control](protocol/river-control-unstable-v1.xml) protocol. ## Packaging status