In ~/GNUstep/Defaults/WMState, I have in the dock:
{
Hidden = No;
ShortcutMask = 0;
Name = unnamed.qps;
Geometry = "1023x599+129+145";
Workspace = Main;
Shaded = No;
Miniaturized = Yes;
Command = "env QPS_COLORS='load-bg:grey,load-fg:black,load-lines:wheat' qps -iconic";
}
If I launch wmaker and save the state of the session, the last line is
changed to:
Command = qps;
--- 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