README.md in fusuma-1.3.0 vs README.md in fusuma-1.3.1

- old
+ new

@@ -152,10 +152,18 @@ swipe: 1 pinch: 1 ``` +### More Example +The following wiki pages can be edited by everyone. + +https://github.com/iberianpig/fusuma/wiki/ + +If you have a nice configuration, please share `~/.config/fusuma/config.yml` with everyone. + +### Threshold and Interval if `command: ` properties are blank, the swipe/pinch doesn't execute command. `threshold:` is sensitivity to swipe/pinch. Default value is 1. If the swipe's threshold is `0.5`, shorten swipe-length by half. @@ -164,11 +172,11 @@ ### `command: ` property for assigning commands On fusuma version 0.4 `command: ` property is available! You can assign any command each gestures. -**`shortcut: ` property is deprecated**, **it will be removed on fusuma version 1.0**. +**`shortcut: ` property is deprecated**, **it was removed on fusuma version 1.0**. You need to replace to `command: ` property. ```diff swipe: @@ -184,10 +192,15 @@ ### About xdotool * xdotool manual (https://github.com/jordansissel/xdotool/blob/master/xdotool.pod) * Available keys' hint (https://github.com/jordansissel/xdotool/issues/212#issuecomment-406156157) +* `xte` command is alternative of xdotool + * Low delay with multiple keyboard layout + * install with `sudo apt xautomation` + * manual https://linux.die.net/man/1/xte + ## Options * `-c`, `--config=path/to/file` : Use an alternative config file * `-d`, `--daemon` : Daemonize process * `-l`, `--list-devices` : List available devices @@ -198,9 +211,31 @@ ## 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 4. Add the `-d` option at the end of the command input field + +## Fusuma Plugins + +Following features are provided as plugins. + + * Experimental features + * Features for specific Linux distributions + * Adding new gestures or combinations + * Setting different gestures per applications + +### Installation of fusuma plugins + +Fusuma plugins are provided with the `fusuma-plugin-XXXXX` naming convention and hosted on [RubyGems](https://rubygems.org/search?utf8=%E2%9C%93&query=fusuma-plugins). + +`$ sudo gem install fusuma-plugin-XXXXX` + +### Available plugins + +| Name | Author | About | +|--------------------------------------------------------------------------------|------------|----------------------------------------| +| [fusuma-plugin-wmctrl](https://github.com/iberianpig/fusuma-plugin-wmctrl) | iberianpig | Window Manager plugin for Fusuma | +| [fusuma-plugin-keypress](https://github.com/iberianpig/fusuma-plugin-keypress) | iberianpig | Keypress combination plugin for Fusuma | ## Support [![Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/iberianpig)