docs: fix ipc library list formatting
This commit is contained in:
parent
d8328c7896
commit
fef46de283
9
docs/ipc
9
docs/ipc
|
@ -754,15 +754,14 @@ all this on your own). This list names some (if you wrote one, please let me
|
||||||
know):
|
know):
|
||||||
|
|
||||||
C::
|
C::
|
||||||
i3 includes a headerfile +i3/ipc.h+ which provides you all constants.
|
* i3 includes a headerfile +i3/ipc.h+ which provides you all constants.
|
||||||
|
* https://github.com/acrisci/i3ipc-glib
|
||||||
https://github.com/acrisci/i3ipc-glib
|
|
||||||
Go::
|
Go::
|
||||||
* https://github.com/proxypoke/i3ipc
|
* https://github.com/proxypoke/i3ipc
|
||||||
JavaScript::
|
JavaScript::
|
||||||
* https://github.com/acrisci/i3ipc-gjs
|
* https://github.com/acrisci/i3ipc-gjs
|
||||||
Lua::
|
Lua::
|
||||||
* https:/github.com/acrisci/i3ipc-lua
|
* https://github.com/acrisci/i3ipc-lua
|
||||||
Perl::
|
Perl::
|
||||||
* https://metacpan.org/module/AnyEvent::I3
|
* https://metacpan.org/module/AnyEvent::I3
|
||||||
Python::
|
Python::
|
||||||
|
@ -770,4 +769,4 @@ Python::
|
||||||
* https://github.com/whitelynx/i3ipc (not maintained)
|
* https://github.com/whitelynx/i3ipc (not maintained)
|
||||||
* https://github.com/ziberna/i3-py (not maintained)
|
* https://github.com/ziberna/i3-py (not maintained)
|
||||||
Ruby::
|
Ruby::
|
||||||
http://github.com/badboy/i3-ipc
|
* http://github.com/badboy/i3-ipc
|
||||||
|
|
Loading…
Reference in New Issue