Update README
This commit is contained in:
parent
2b3210b188
commit
c64778c9d0
23
README.md
23
README.md
@ -1,7 +1,7 @@
|
|||||||
# Comfortable Swipe (Ubuntu)
|
# Comfortable Swipe (Ubuntu)
|
||||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
|
|
||||||
Comfortable 3-finger (and 4-finger) touchpad swipe gestures for Ubuntu 14.04 LTS onwards (and possibly other Linux distros).
|
Comfortable, seamless, and fast 3-finger (and 4-finger) touchpad swipe gestures for Ubuntu 14.04 LTS and beyond. May work for other Linux distros that support `libinput`.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -15,21 +15,31 @@ Comfortable 3-finger (and 4-finger) touchpad swipe gestures for Ubuntu 14.04 LTS
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/Hikari9/comfortable-swipe-ubuntu.git
|
git clone https://github.com/Hikari9/comfortable-swipe-ubuntu.git
|
||||||
|
cd comfortable-swipe-ubuntu
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Install
|
3. Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd comfortable-swipe-ubuntu
|
|
||||||
bash install
|
bash install
|
||||||
```
|
```
|
||||||
|
|
||||||
4. You may delete the downloaded `comfortable-swipe-ubuntu` folder.
|
4. You may delete the downloaded `comfortable-swipe-ubuntu` folder after installation.
|
||||||
|
|
||||||
## How to Run
|
## How to Run
|
||||||
|
|
||||||
1. `comfortable-swipe start` or `~/.local/bin/comfortable-swipe start`
|
1. Make sure `~/.local/bin/` is added to your PATH.
|
||||||
2. Flick away!
|
2. Run
|
||||||
|
|
||||||
|
```
|
||||||
|
comfortable-swipe start
|
||||||
|
```
|
||||||
|
|
||||||
|
3. Optional: Automatically run on startup
|
||||||
|
|
||||||
|
```
|
||||||
|
comfortable-swipe-autostart
|
||||||
|
```
|
||||||
|
|
||||||
### Permissions
|
### Permissions
|
||||||
Sometimes, you'll need some permissions to read touchpad input data.
|
Sometimes, you'll need some permissions to read touchpad input data.
|
||||||
@ -51,9 +61,6 @@ Sometimes, you'll need some permissions to read touchpad input data.
|
|||||||
|
|
||||||
3. ***Important***: Log out / Log back in
|
3. ***Important***: Log out / Log back in
|
||||||
|
|
||||||
### Optional: Add to Startup Applications
|
|
||||||
Just run `comfortable-swipe autostart`
|
|
||||||
|
|
||||||
## Configurations
|
## Configurations
|
||||||
The configuration file is located at `~/.config/comfortable-swipe.conf`.
|
The configuration file is located at `~/.config/comfortable-swipe.conf`.
|
||||||
Make sure to run `comfortable-swipe restart` after making changes.
|
Make sure to run `comfortable-swipe restart` after making changes.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user