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 managerIPC
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
ActionEvent
s toAction
s. - events
- Components for capturing and handling events.