I am trying to tame Gimp and I am curious how to accomplish one thing. I
use Gimp enough that I created a new Workspace with a three frames split
horiz on the left, then one large frame on the right (very large).
I told certian windows (tools, pallet, layers) to go to the appropriate
frames on the left, but I then want all other windows (which have
varying names, even depending upon what file you load) to appear in the
one large frame.. so, here's what I did:
winprop { class = "Gimp", name = "The Gimp", target = "the_gimp", }
winprop {
class = "Gimp",
name = "Brush Selection",
target = "gimp_tools1",
}
winprop {
class = "Gimp",
name = "Tool Options",
target = "gimp_tools2",
}
winprop {
class = "Gimp",
name = "Color Palette",
target = "gimp_tools2",
}
winprop { class = "Gimp", target = "gimp", }
I was hoping that this would take care of it, but the last rule stands
(all with class = "Gimp" goto the target gimp). It does not matter if I
put it first or last, that rule always stands.
How can I accomplish this task of assigning some windows, but the rest
to a default window? I can't assign names to them all, because when I
load a file, for instance, the title is the filename and a few other
attributes about the file (zoom factor, color model, etc...). All these
change per file and names change dramaticaly.
Thanks,
Jeremy