Skip to content

Armael/ocaml-i3ipc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I3ipc

A pure OCaml implementation of the i3 IPC protocol.

This library allows you to communicate with a running instance of i3, run commands, query information about the state of the WM, and subscribe to events.

Install

opam install i3ipc

Documentation

  • See the API documentation, version: dev, 0.4, 0.3, 0.2, 0.1

  • As an example, examples/i3_msg.ml is a 60 lines reimplementation of i3-msg using this library.

    Run make examples to build the examples; they will appear in _build/default/examples/.