README.md in fusuma-1.8.0 vs README.md in fusuma-1.9.0
- old
+ new
@@ -1,6 +1,6 @@
-# Fusuma [](https://badge.fury.io/rb/fusuma) [](https://travis-ci.com/iberianpig/fusuma)
+# Fusuma [](https://badge.fury.io/rb/fusuma) [](https://travis-ci.com/iberianpig/fusuma) [](https://coveralls.io/github/iberianpig/fusuma?branch=master) [](http://inch-ci.org/github/iberianpig/fusuma)
Fusuma is multitouch gesture recognizer.
This gem makes your linux able to recognize swipes or pinchs and assign commands to them.

@@ -179,11 +179,23 @@
* `-c`, `--config=path/to/file` : Use an alternative config file
* `-d`, `--daemon` : Daemonize process
* `-l`, `--list-devices` : List available devices
* `-v`, `--verbose` : Show details about the results of running fusuma
-* `--device="Device name"` : Open the given device only
+* `--device="Device name"` : Open the given device only (DEPRECATED)
* `--version` : Show fusuma version
+
+### Filter Device
+
+Set the following options to recognize multi-touch gestures only for the specified touchpad device.
+
+```yaml
+plugin:
+ filters:
+ libinput_device_filter:
+ keep_device_names:
+ - "DEVICE NAME"
+```
## Autostart (gnome-session-properties)
1. Check the path where you installed fusuma with `$ which fusuma`
2. Open `$ gnome-session-properties`
3. Add Fusuma and enter the location where the above path was checked in the command input field