diff options
author | agc <agc> | 2002-06-09 21:58:42 +0000 |
---|---|---|
committer | agc <agc> | 2002-06-09 21:58:42 +0000 |
commit | 45f9c38bfab1fc33ad571d7c93d8c968ad0ff5f2 (patch) | |
tree | 147f59bd0c78272af9bc1af029ee0861f8b98fdd /wm/metacity/DESCR | |
parent | 67c67488668fce1a45ccbd9e1c7415a95e4705b5 (diff) | |
download | pkgsrc-45f9c38bfab1fc33ad571d7c93d8c968ad0ff5f2.tar.gz |
Initial import of Metacity-2.3.377, a gnome 2 window manager, into the
NetBSD Packages Collection.
Metacity is not a meta-City as in an urban center, but rather
Meta-ness as in the state of being meta. i.e. metacity : meta as
opacity : opaque. Also it may have something to do with the Meta key
on UNIX keyboards.
- Boring window manager for the adult in you. Many window managers
are like Marshmallow Froot Loops; Metacity is like Cheerios.
- Uses GTK+ 2.0 for drawing window frames. This means colors, fonts,
etc. come from GTK+ theme.
- Has a simple theme system and a couple of extra themes come with it.
Change themes via gconf-editor or gconftool:
gconftool-2 --type=string --set /apps/metacity/general/theme Crux
- Change number of workspaces via gconf-editor or gconftool:
gconftool-2 --type=int --set /apps/metacity/general/num_workspaces 5
Can also change workspaces from GNOME 2 pager.
- Change focus mode:
gconftool-2 --type=string --set /apps/metacity/general/focus_mode mouse
Diffstat (limited to 'wm/metacity/DESCR')
-rw-r--r-- | wm/metacity/DESCR | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/wm/metacity/DESCR b/wm/metacity/DESCR new file mode 100644 index 00000000000..c5c70d67e12 --- /dev/null +++ b/wm/metacity/DESCR @@ -0,0 +1,19 @@ +metacity gnome-compliant window manager + +Metacity is not a meta-City as in an urban center, but rather +Meta-ness as in the state of being meta. i.e. metacity : meta as +opacity : opaque. Also it may have something to do with the Meta key +on UNIX keyboards. + + - Boring window manager for the adult in you. Many window managers + are like Marshmallow Froot Loops; Metacity is like Cheerios. + - Uses GTK+ 2.0 for drawing window frames. This means colors, fonts, + etc. come from GTK+ theme. + - Has a simple theme system and a couple of extra themes come with it. + Change themes via gconf-editor or gconftool: + gconftool-2 --type=string --set /apps/metacity/general/theme Crux + - Change number of workspaces via gconf-editor or gconftool: + gconftool-2 --type=int --set /apps/metacity/general/num_workspaces 5 + Can also change workspaces from GNOME 2 pager. + - Change focus mode: + gconftool-2 --type=string --set /apps/metacity/general/focus_mode mouse |