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

- old
+ new

@@ -1,41 +1,43 @@ # Fusuma [![Gem Version](https://badge.fury.io/rb/fusuma.svg)](https://badge.fury.io/rb/fusuma) [![Build Status](https://travis-ci.org/iberianpig/fusuma.svg?branch=master)](https://travis-ci.org/iberianpig/fusuma) Fusuma is multitouch gesture recognizer. This gem makes your linux PC able to recognize swipes or pinchs and assign commands to them. -[![https://gyazo.com/757fef526310b9d68f68e80eb1e4540f](https://i.gyazo.com/757fef526310b9d68f68e80eb1e4540f.png)](https://gyazo.com/757fef526310b9d68f68e80eb1e4540f) +![fusuma_image](https://i.gyazo.com/757fef526310b9d68f68e80eb1e4540f.png) 襖(Fusuma) means sliding door used to partition off rooms in a Japanese house. ## Installation -### 1. **IMPORTANT**: You **MUST** be a member of the _input_ group to have permission to read the touchpad device: +### 1. Grant permission to read the touchpad device +**IMPORTANT**: You **MUST** be a member of the **INPUT** group to read touchpad by Fusuma. ```bash $ sudo gpasswd -a $USER input ``` Then, You **MUST** **LOGOUT/LOGIN or REBOOT** to assign this group. -### 2. You need `libinput` release 1.0 or later. -Install `libinput-tools`: +### 2. Install libinput-tools +You need `libinput` release 1.0 or later. ```bash $ sudo apt-get install libinput-tools ``` -### 3. For sending shortcuts(optional): +### 3. Install Fusuma ```bash -$ sudo apt-get install xdotool +$ sudo gem install fusuma ``` -### 4. Install Fusuma: +### 4. Install xdotool(optional) +For sending shortcuts: ```bash -$ sudo gem install fusuma +$ sudo apt-get install xdotool ``` ### Touchpad not working in GNOME Ensure the touchpad events are being sent to the GNOME desktop by running the following command: @@ -138,10 +140,10 @@ * `-l`, `--list-devices` : List available devices * `-v`, `--verbose` : Show details about the results of running fusuma * `--device="Device name"` : Open the given device only * `--version` : Show fusuma version -## AutoStart(gnome-session-properties) +## 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 ## Contributing