i3 - improved tiling WM


Document the existence of a C ipc project

Patch status: needinfo

Patch by Tony Crisci

Long description:

Add a link to https://github.com/acrisci/i3-ipc which is a new ipc
library in the design phase of development. When it is stable, it will
provide bindings to many high-level scripting languages with
GObject-introspection.

This project aims to replace the unmaintained Python library and offer
an ipc library in new languages such as Lua and JavaScript.

To apply this patch, use:
curl http://cr.i3wm.org/patch/390/raw.patch | git am

b/docs/ipc

20
@@ -760,8 +760,7 @@ all this on your own). This list names some (if you wrote one, please let me
21
 know):
22
 
23
 C::
24
-	i3 includes a headerfile +i3/ipc.h+ which provides you all constants.
25
-	However, there is no library yet.
26
+	https://github.com/acrisci/i3-ipc (not yet ready for production use)
27
 Ruby::
28
 	http://github.com/badboy/i3-ipc
29
 Perl::