Changes between Version 5 and Version 6 of compiz
- Timestamp:
- 01/30/2008 06:52:30 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
compiz
v5 v6 225 225 cat > /usr/bin/compizoff << "EOF" && 226 226 #!/bin/sh 227 /usr/bin/metacity --replace 227 /usr/bin/metacity --replace & 228 228 # or if using KDE...donno if this is correct, haven't used it in a while ??? 229 229 # /path/to/kde/bin/konquerer --replace & 230 java RobotRotate231 230 }}} 232 231 ----