forked from ecoleman/noa11y-colemando.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
24 lines (15 loc) · 745 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Gnome Shell Extension to remove the Accessibility (a11y) icon on
the top panel of GNOME Shell.
Per-user Installation:
$ mkdir -p ~/.local/share/gnome-shell/extensions
$ cd ~/.local/share/gnome-shell/extensions
$ git clone https://github.com/ecoleman/noa11y-colemando.com.git
Global Installation:
# cd /usr/share/gnome-shell/extensions
# git clone https://github.com/ecoleman/noa11y-colemando.com.git
Press ALT+F2, type 'r' and hit enter.
Note, the name of the extension directory is important. gnome-shell
will not load the extension otherwise.
Use gsettings, gnome-tweak-tool, gconf-editor or the latest version of
gnome-shell-extension-tool to enable or disable the extension.
Credit goes to Finnbarr P. Murphy (fpmATfpmurphy.com)