openbsd-ports/x11/gnome/metacity/pkg
2011-05-30 22:13:31 +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 Move to pkg-readmes. 2011-05-30 22:13:31 +00:00
README Move to pkg-readmes. 2011-05-30 22:13:31 +00:00

$OpenBSD: README,v 1.1 2011/05/30 22:13:31 ajacoutot Exp $

Running metacity 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