README.md in fusuma-0.9.1 vs README.md in fusuma-0.9.2
- old
+ new
@@ -1,41 +1,43 @@
# Fusuma [](https://badge.fury.io/rb/fusuma) [](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)
+
襖(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