Update README

Prefer markdown table instead of sample image for instructions. Add 'command not found' alternative command.
This commit is contained in:
Rico Tiongson 2017-10-23 00:37:31 +08:00
parent a29cfa5dd0
commit 8b8b7aca5b
2 changed files with 12 additions and 7 deletions

View File

@ -3,8 +3,6 @@
Comfortable 3-finger (and 4-finger) swipe gestures for Ubuntu 14.04 LTS+ Comfortable 3-finger (and 4-finger) swipe gestures for Ubuntu 14.04 LTS+
(c) Rico Tiongson
## Installation ## Installation
1. `sudo apt install libinput-tools libinput-dev libxdo-dev` 1. `sudo apt install libinput-tools libinput-dev libxdo-dev`
2. `git clone https://github.com/Hikari9/comfortable-swipe-ubuntu.git` 2. `git clone https://github.com/Hikari9/comfortable-swipe-ubuntu.git`
@ -12,21 +10,28 @@ Comfortable 3-finger (and 4-finger) swipe gestures for Ubuntu 14.04 LTS+
4. `bash install` 4. `bash install`
## How to Run ## How to Run
1. `comfortable-swipe start` 1. Run `comfortable-swipe start` in Terminal
2. Flick away! 2. Flick away!
> If you get 'command not found' error or similar, try running with the full path: `/home/$USER/.local/bin/comfortable-swipe start`
### Permissions ### Permissions
Sometimes, you'll need some permissions to read touchpad input data. Perform these steps to solve the permission issue: Sometimes, you'll need some permissions to read touchpad input data. Perform these steps to solve the permission issue:
1. `sudo gpasswd -a $USER input` 1. `sudo gpasswd -a $USER input`
2. Log out / log back in 2. Log out / log back in
## Optional: Add to Startup Applications ### Optional: Add to Startup Applications
1. `gnome-session-properties` 1. `gnome-session-properties`
2. Add, then enter: 2. Click `Add`
![Add to Startup Applications](img/sample.png) 3. Enter the following:
3. Save Name | Comforable Swipe
------- | -------------------
Command | `comfortable-swipe-start`
Comment | Comfortable 3 or 4 finger swipe gestures
4. Save
## Configurations ## Configurations
The configuration file is located at `~/.config/comfortable-swipe.conf`. The configuration file is located at `~/.config/comfortable-swipe.conf`.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB