package i3ipc
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  A pure OCaml implementation of the i3 IPC protocol
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.3.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=e896417031dfffa2134725ea84438da89bcc4c1e371748113fc050f01bc95964
    
    
  doc/README.html
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 i3ipcDocumentation
- See the API documentation, version: dev, 0.3, 0.2, 0.1
- As an example, examples/i3_msg.ml is a 60 lines reimplementation of - i3-msgusing this library.- Run - make examplesto build the examples; they will appear in- _build/default/examples/.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page