Changes between Version 5 and Version 6 of compiz


Ignore:
Timestamp:
01/30/2008 06:52:30 AM (16 years ago)
Author:
DJ Lucas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • compiz

    v5 v6  
    225225cat > /usr/bin/compizoff << "EOF" &&
    226226#!/bin/sh
    227 /usr/bin/metacity --replace
     227/usr/bin/metacity --replace &
    228228# or if using KDE...donno if this is correct, haven't used it in a while ???
    229229# /path/to/kde/bin/konquerer --replace &
    230 java RobotRotate
    231230}}}
    232231----