Add direct bash uninstall script
This commit is contained in:
parent
217e507dce
commit
d8788782a8
16
README.md
16
README.md
@ -212,38 +212,38 @@ Any value not mentioned above disables the mouse-hold.
|
||||
|
||||
Examples:
|
||||
|
||||
* 3-finger drag
|
||||
- 3-finger drag
|
||||
|
||||
```bash
|
||||
hold3 = button1
|
||||
```
|
||||
|
||||
* 4-finger drag (with middle click)
|
||||
- 4-finger drag (with middle click)
|
||||
|
||||
```bash
|
||||
hold4 = button2
|
||||
```
|
||||
|
||||
* 3-finger natural scroll
|
||||
- 3-finger natural scroll
|
||||
|
||||
```bash
|
||||
hold3 = scroll
|
||||
```
|
||||
|
||||
* 4-finger reverse scroll
|
||||
- 4-finger reverse scroll
|
||||
|
||||
```bash
|
||||
hold4 = scroll_reverse
|
||||
```
|
||||
|
||||
* Just move the cursor
|
||||
- Just move the cursor
|
||||
|
||||
```bash
|
||||
hold3 = move
|
||||
hold4 = move
|
||||
```
|
||||
|
||||
* Any other command will disable the mouse hold
|
||||
- Any other command will disable the mouse hold
|
||||
|
||||
```bash
|
||||
hold3 = disabled
|
||||
@ -289,7 +289,9 @@ If you can see `GESTURE_SWIPE_XXX` in your output, that means your touchpad supp
|
||||
|
||||
## Uninstall
|
||||
|
||||
Download the `uninstall` script then run `bash uninstall`
|
||||
```bash
|
||||
wget -qO - https://raw.githubusercontent.com/Hikari9/comfortable-swipe/master/uninstall | bash
|
||||
```
|
||||
|
||||
## Bug Reports
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user