Window Maker doesn't seem to try to read the system-wide WMGLOBAL file,
/etc/GNUstep/Defaults/WMGLOBAL. Instead, it only reads the user-specific
~/GNUstep/Defaults/WMGLOBAL file. This makes it impossible to have global
settings for Window Maker's widget set, and in addition, it can be very
confusing to the user.
--- Begin /etc/X11/WindowMaker/appearance.menu (modified conffile)
/* Automatically generated file. Do not edit. */
Appearance MENU
"Background" OPEN_MENU background.menu
"Styles" OPEN_MENU -noext LOCAL_STYLES_DIR STYLES_DIR USER_STYLES_DIR WITH setstyle
"Themes" OPEN_MENU -noext LOCAL_THEMES_DIR THEMES_DIR USER_THEMES_DIR WITH setstyle
"Icon Sets" OPEN_MENU -noext LOCAL_ICON_SETS_DIR ICON_SETS_DIR USER_ICON_SETS_DIR WITH seticons
"Save IconSet" EXEC geticonset USER_ICON_SETS_DIR/"%a(IconSet name)"
"Save Theme" EXEC getstyle -t USER_THEMES_DIR/"%a(Theme name)"
Appearance END
--- End /etc/X11/WindowMaker/appearance.menu
--- Begin /etc/GNUstep/Defaults/WMGLOBAL (modified conffile)
{
SystemFont = "-*-verdana-medium-r-normal-*-%d-*-*-*-*-*-iso8859-7";
BoldSystemFont = "-*-verdana-bold-r-normal-*-%d-*-*-*-*-*-iso8859-7";
DefaultFontSize = 12;
FloppyPath = "/floppy";
MultiByteText = AUTO;
DoubleClickTime = 250;
MouseWheelUp = Button4;
MouseWheelDown = Button5;
}
--- End /etc/GNUstep/Defaults/WMGLOBAL