-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca24caa
commit e211d8a
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
|
||
Provides extended touchpad gesture functionality and configuration to the GNOME desktop. | ||
|
||
https://extensions.gnome.org/extension/1253/extended-gestures/ | ||
|
||
![gesture-settings](gesture-settings.png) | ||
|
||
## Background | ||
|
@@ -31,14 +33,20 @@ Currently there are a few limitations so far that you should be aware of: | |
|
||
## Installation | ||
|
||
I have not uploaded this extension to the store yet, so for now you will have to install manually in either of two ways: | ||
### From the GNOME Extensions Store | ||
|
||
Get it [here](https://extensions.gnome.org/extension/1253/extended-gestures/) | ||
|
||
### Manually | ||
|
||
1. Clone the repo a in your `~/.local/share/gnome-shell/extensions` folder like so. Then log out and back in to your session and you should be able to enable the extension in Tweak Tool | ||
|
||
```bash | ||
git clone https://github.com/mpiannucci/gnome-shell-extended-gestures | ||
cp -r gnome-shell-extended-gestures/[email protected] ~/.local/share/gnome-shell/extensions | ||
``` | ||
|
||
*or* | ||
|
||
2. Clone or download the repo where ever you would like, zip it up and install it manually through Tweak Tool | ||
|
||
|