openbsd-ports/x11/gnome/metacity/pkg
2011-06-21 10:26:18 +00:00
..
DESCR There won't be a gtk+3 enabled metacity anytime soon, if ever. 2011-05-27 12:47:42 +00:00
PLIST Fix pkgpath. 2011-06-21 10:26:18 +00:00
README Add a consistent header that substitutes FULLPKGNAME for the READMEs. 2011-06-02 13:41:36 +00:00

$OpenBSD: README,v 1.2 2011/06/02 13:41:42 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

To enable the compositor manager of metacity, use the following command:
    gconftool-2 -s '/apps/metacity/general/compositing_manager' \
      --type bool true

To disable it:
    gconftool-2 -s '/apps/metacity/general/compositing_manager' \
      --type bool false