From 17e8373513061cdc908fd8dd73bf4e037d5ff6fa Mon Sep 17 00:00:00 2001 From: Adam Dingle Date: Tue, 5 Apr 2011 05:22:49 -0700 Subject: [PATCH] Added a brief description of each extension to the README file. https://bugzilla.gnome.org/show_bug.cgi?id=646802 --- README | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/README b/README index a502d6ef..1e0ecf91 100644 --- a/README +++ b/README @@ -17,6 +17,51 @@ For general information about GNOME Shell Bugs should be reported at http://bugzilla.gnome.org against the 'gnome-shell' product, with the 'extensions' component. +Extensions +========== + +alternate-tab + + Lets you use classic Alt+Tab (window-based instead of app-based) in GNOME Shell. + +alternative-status-menu + + For those who want a power off item visible at all the time, replaces GNOME Shell +status menu with one featuring separate Suspend and Power Off. Adds the ability to +hibernate as well. + +auto-move-windows + + Lets you manage your workspaces more easily, assigning a specific workspace to +each application as soon as it creates a window, in a manner configurable with a +GSettings key. + +dock + + Shows a dock-style task switcher on the right side of the screen. + +example + + A minimal example illustrating how to write extensions. + +gajim + + Integration with Gajim, a Jabber/XMPP instant messaging client. + +user-theme + + Loads a shell theme from ~/.themes//gnome-shell. + +windowsNavigator + + Allow keyboard selection of windows and workspaces in overlay mode. + +xrandr-indicator + + Replace the GTK+ based indicator from gnome-settings-daemon with +a native one. Lets the user rotate the laptop monitor and open +display preferences quickly. + License ======= GNOME Shell Extensions are distributed under the terms of the GNU General Public License,