2005-01-27
To get different background colors for different workspaces in WindowMaker, add the following lines to your ~/GNUstep/Defaults/WindowMaker
file:
WorkspaceSpecificBack = (
(solid, "rgb:50/50/75"),
(solid, "rgb:50/50/50"),
(solid, "rgb:50/75/50"),
(solid, "rgb:50/75/75")
);
There's no way to configure this using the WPrefs config tool.