README.md in fusuma-0.2.7 vs README.md in fusuma-0.3.0
- old
+ new
@@ -10,12 +10,14 @@
## Installation
IMPORTANT: You must be a member of the _input_ group to have permission
to read the touchpad device:
- $ sudo gpasswd -a $USER input # Log out and back in to assign this group
+ $ sudo gpasswd -a $USER input
+You must log out and back in or restart to assign this group.
+
You need libinput release 1.0 or later. Install libinput-tools:
$ sudo apt-get install libinput-tools
For sending shortcuts:
@@ -24,10 +26,16 @@
Install Fusuma:
$ gem install fusuma
+### Touchpad not working in GNOME
+
+Ensure the touchpad events are being sent to the GNOME desktop by running the following command:
+
+ $ gsettings set org.gnome.desktop.peripherals.touchpad send-events enabled
+
## Usage
$ fusuma
## Update
@@ -69,15 +77,22 @@
shortcut: 'ctrl+minus'
threshold:
swipe: 1
pinch: 1
+
+interval:
+ swipe: 1
+ pinch: 1
```
if `shortcut: ` is blank, the swipe/pinch doesn't trigger a keyevent.
`threshold:` is sensitivity to swipe/pinch. Default value is 1.
-if the swipe's threshold change to `0.5`, shorten swipe-length by half
+If the swipe's threshold is `0.5`, shorten swipe-length by half.
+
+`interval:` is delay between swipes/pinches. Default value is 1.
+If the swipe's interval is `0.5`, shorten swipe-interval by half to recognize a next swipe.
## Options
* `-v`, `--verbose` : Shows details about the results of running fusuma
* `-c`, `--config=path/to/file` : Use an alternative config file