Crate lillinput

Source
Expand description

Library for connecting libinput gestures to i3 and others.

lillinput is a small for utility for connecting libinput gestures to:

  • commands for the i3 tiling window manager IPC interface
  • shell commands

This crate provides the library. See also the [lillinput-cli] crate for the commandline interface.

Modulesยง

actions
Components for representing actions.
controllers
Components for mapping ActionEvents to Actions.
events
Components for capturing and handling events.