The following line is straight from your WindowMaker-0.15.x ~/GNUstep/Library/WindowMaker/menu file
and should all be on one line.
"Images" OPEN_MENU BACKGROUNDS_DIR ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t
This should give you an idea on how to add other entries for different image directories. See the help info
at the top of the ~/GNUstep/Library/WindowMaker/menu file for more information.
If you for some reason would like to set your background image with XV, for instance to use an image format
not yet supported by wmsetbg or to use one of XV's special modes, edit the file
~/GNUstep/Library/WindowMaker/autostart and insert the line
xv -root -quit -maxpect ~/background.jpg
or
xv -root -quit -max ~/background.jpg
you can also try variations of this to get different tiling and other effects
(where X is a number 1-9 I believe):
'xv -root -quit -rmodeX ~/background.jpg'
If you would like xv functionality in your menu, heres a nice little tip from Alfredo:
Add the following line to your ~/GNUstep/Library/WindowMaker/menu file. (all on one line)
"More Backgrounds" OPEN_MENU /home/whoever/backgrounds xv -root -maxpect -quit
4.10 Can I put pixmaps in my root menu and title bars?
With the release of WindowMaker-0.14.1, you can now put pixmaps anywhere you would have either a
gradient or a color. This means now that
MenuTextBack=(tpixmap, foo.xpm, acolor);
in ~/GNUstep/Defaults/WindowMaker will put the correct pixmap tiled in your menu.
FTitleBack = (spixmap, foo.xpm, black);
Would have the effect of streching a pixmap to fit the titlebar of the active window.
You can use png, gif, ppm, tiff, jpeg and xpm images interchangeably in Window Maker if you have
compiled in support for those formats.
4.11 How do I get my Minimize Icon to look like the triangle I see in screenshots?
This involves a minor source tweak. Instructions are available
here. Example screenshot
here.
4.12 How do I get superfluous bells and whistles working?
Add Superfluous=YES; to your ~/GNUstep/Defaults/Windowmaker file.
This option was added as a runtime option in Window Maker >= 0.16.1.
4.13 How do I get the classic NeXT(tm)-like style back?
Add NewStyle=NO; to your ~/GNUstep/Defaults/Windowmaker file.
This option was added as a runtime option in Window Maker >= 0.16.1
4.14 How do I get the window menu with only a two button mouse?
Jim Noble <jmknoble@ntrnet.net> writes:
If you've got a two-button mouse under some versions of Solaris x86, there's no way
(that i'm aware of) to emulate a 3-button mouse. The right button can be either MB2
or MB3, but chording doesn't work.
ApplicationMenuMouseButton = Left;
and
WindowListMouseButton = Right;
in ~/GNUstep/Defaults/WindowMaker ought to allow the left button to activate the root
menu, and the right button (as MB2) to activate the windows menu.
4.15 How do I edit my root menu?
You can now use WPrefs.app if you have the new PropList style menu,
or you can manually edit the oldstyle menu file
~/GNUstep/Library/WindowMaker/menu
(or you can also manually edit the newstyle menu file)
~/GNUstep/Defaults/WMRootMenu
and save your changes. Window Maker should detect the change and
automatically update. If you are having a problem getting it to reload the menu, try
touch ~/GNUstep/Library/WindowMaker/menu
(or 'touch ~/GNUstep/Defaults/WMRootMenu' for the newstyle menu)
to force the modification time into the future.