No description
  • OCaml 88.1%
  • Makefile 11.9%
Find a file
2017-02-06 16:48:47 +01:00
.merlin things 2017-01-27 14:52:18 +01:00
.ocamlinit things 2017-01-27 14:52:18 +01:00
_tags things 2017-01-27 14:52:18 +01:00
listen.ml things 2017-01-27 14:52:18 +01:00
Makefile things 2017-01-27 14:52:18 +01:00
README.md workspace allocator: react to keycode 49 instead of dollar 2017-02-06 16:48:47 +01:00
workspace_allocator.ml workspace allocator: react to keycode 49 instead of dollar 2017-02-06 16:48:47 +01:00

i3-assistant

A small collection of tools to interact with i3, using ocaml-i3ipc.

  • listen: listen and print keyboard events
  • workspaces_allocator: reacts to a keybind (mod4+keycode 49 by default — the upper-left key) and goes to a fresh unused worspace

Build

opam pin add i3ipc https://github.com/Armael/ocaml-i3ipc.git
make