README.md in fusuma-0.9.2 vs README.md in fusuma-0.10.1

- old
+ new

@@ -67,23 +67,25 @@ ```bash $ mkdir -p ~/.config/fusuma # create config directory $ nano ~/.config/fusuma/config.yml # edit config file. ``` -### Example (Gesture Mapping for Elementary OS) +### Example (Gesture Mapping for elementary OS) ```yaml swipe: 3: left: command: 'xdotool key alt+Left' right: command: 'xdotool key alt+Right' up: command: 'xdotool key ctrl+t' + threshold: 1.5 down: command: 'xdotool key ctrl+w' + threshold: 1.5 4: left: command: 'xdotool key super+Left' right: command: 'xdotool key super+Right' @@ -92,23 +94,25 @@ down: command: 'xdotool key super+s' pinch: in: command: 'xdotool key ctrl+plus' + threshold: 0.1 out: command: 'xdotool key ctrl+minus' + threshold: 0.1 threshold: swipe: 1 pinch: 1 interval: swipe: 1 pinch: 1 ``` -if `command: ` properties are blank, the swipe/pinch doesn't trigger command. +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. `interval:` is delay between swipes/pinches. Default value is 1. @@ -144,9 +148,13 @@ ## Autostart(gnome-session-properties) 1. Check where you installed fusuma 2. Open `$ gnome-session-properties` 3. Add Fusuma and input location where you checked above's path + +## Support + +[![Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/iberianpig) ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/iberianpig/fusuma. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.