You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
More information about the enabled actions during startup (as debug
information, requiring the --verbose flag). (#25)
Add support for 4-finger swipe, configurable via the --four-finger-swipe-{direction}-4 family of arguments. (#32)
Settings can now be read from a configuration file using the --config-file
optional argument. If not specified, a lillinput.toml file in default
locations (/etc, $XDG_CONFIG_HOME/lillinput, $CWD) will be used
instead (#54).
Changed
The output of each i3 action and command action is now inspected and a
warning is emitted in case of an error (instead of panicking if they result
in a failure). (#46, #47)
The command line arguments for specifying swipe actions have been renamed to
the form --{number}-finger-swipe-{direction}, for consistency with the
configuration file. (#65)
Fixed
Fix finger count for a swipe gesture not being taken into account for
determining the final event being emitted. (#31)