Skip to content

Commit 7833002

Browse files
committed
Update README
1 parent a7ba77a commit 7833002

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
# TouchpadIndicator
2-
Touchpad management GNOME Shell Extension. :link:
2+
Touchpad management GNOME Shell Extension.
3+
4+
Automatically disable other pointing devices when an external mouse is plugged in.
5+
Optionally, switch the touchpad, trackpoint, fingertouch, touchscreen or a pen device on and off easily from the top panel.
36

47
![Touchpad Indicator Screenshots](media/screenshots.gif)
8+
9+
10+
## Installation
11+
12+
**From GNOME Shell Extension Website**
13+
1. Visit [https://extensions.gnome.org/extension/131/touchpad-indicator/](https://extensions.gnome.org/extension/131/touchpad-indicator/) in Firefox browser.
14+
2. Click on the switch at right side to toggle it from OFF to ON.
15+
3. Accept any installation prompts.
16+
17+
**From GitHub**
18+
1. Open a terminal and run:
19+
```bash
20+
rm -rf ~/.local/share/gnome-shell/extensions/touchpad-indicator@orangeshirt;
21+
git clone --depth=1 "https://github.com/user501254/TouchpadIndicator.git" ~/.local/share/gnome-shell/extensions/touchpad-indicator@orangeshirt;
22+
```
23+
2. Restart GNOME Shell by pressing `Alt+F2`, `r`, `Enter` or by Logging out and Logging in.
24+
3. Enable the extension in *[gnome-tweak-tool](https://wiki.gnome.org/action/show/Apps/Tweaks)*.
25+
26+
27+
## License
28+
29+
Touchpad Indicator GNOME Shell Extension is distributed under the terms of the **[GNU General Public License, version 2 (GPL-2.0)](http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)**.

0 commit comments

Comments
 (0)