Skip to content

v0.2.0

Compare
Choose a tag to compare
@diego-plan9 diego-plan9 released this 10 Nov 09:04
· 72 commits to master since this release
7b26b1f

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)