I'm currently using 2 workspaces on Ubuntu 10.10, and compiz.
Is it possible to completely remove the gnome panel from one of the workspaces? I'd like to have a clean desktop to work with on the second workspace, and a regular desktop with panels on the first workspace. Is that at all possible?
(UPDATE)... I just fixed a "bug" where the script (below) would only look for "panel_6"
... Also, the script will only be of use for a single-monitor system...
... However, looking into it a bit further, it may be possible with Dual/Multi-monitors.
... Here is a link to something about Panels on a second monitor...
... moving panels (between screens)
... Im not sure if it's what you're after, but is seems more appropriate for multi-monitors.
Assuming that there is no "built-in" way to do it, as seems to be the case, I've cobbled up a script to "sort-of" do it... It simply sets the panels of your choice to auto-hide... and you can choose which workspace(s) via the args.
You can bind the script to the same keys that Compiz currently uses to switch works-spaces...
If you use any other method to get to the next workspace, it won't work, but you can also use the script to toggle the panel(s) on/off... (ooops! I haven't got the time today to finish that bit... :(
I haven't fine-tuned it yet, but it works (up to a point). It may or may not suit you.
(You will need wmctrl )
Here is the script as it currently stands:
I think this is not possible. All gnome-panel settings are general for "all workspaces".
Edit: I've tried to google some information and it seems to me, that there's no "alternative panel" that have different settings for different workspaces. (I've tried xfce4-panel, fbpanel and pypanel.)