On 10/15/2015 04:22 PM, Josip Deanovic wrote: > Here is the relevant excerpt from my GNUstep/Defaults/WindowMaker > > There are six workspaces and they all have their own background. > > Hope it helps. > > > > WorkspaceSpecificBack = ( >
This is documented in NEWS, under the version 0.50.0 entry. > Workspace Specific Background Images > ------------------------------------ > > Use the WorkspaceSpecificBack to set background images for specific > workspaces. The WorkspaceBack is used as the default background image. > > Example: > > WorkspaceSpecificBack = ((solid, red), (cpixmap, ship.jpg, gray), (), > (dgradient, red, blue)) > > This will set the background image of workspace 1 to (solid, 0), > 2 to ship.jpg and 4 to a gradient. Workspace 3 and other workspaces > will have the image defined by WorkspaceBack. > > Note that this uses quite some memory...