Re: Mathematica 6.0 and Compiz

Originally Posted by
PoorLeno
I have the same problem. Is there a way to disable compiz temporarily with a script, that launches mathematica and restores compiz when it's done? I'm rather fond of both apps, I don't want to switch constantly...
That should be rather easy to manage. Try this:
Code:
#!/bin/bash
metacity --replace &
(pi 400000;
compiz --replace)
Replace that thing in bold with the command to start Mathematica (currently it switches back after pi is calculated to 400,000 places). That seems to pull all your windows to the current workspace though, unfortunately.
Last edited by argie; November 7th, 2007 at 09:40 AM.
May the FOSS be with you!
Bookmarks