--- config.h.orig Sun Aug 22 11:02:19 1999 +++ config.h Wed Apr 3 19:12:25 2002 @@ -13,17 +13,17 @@ // Most window managers consider this and click-to-type equivalent. // On: clicking anywhere on window raises it // Off: you have to click on the border to raise window -#define CLICK_RAISES CLICK_TO_TYPE +#define CLICK_RAISES 1 // For point-to-type, sticky focus means you don't lose the focus // until you move the cursor to another window that wants focus. // If this is off you lose focus as soon as the cursor goes outside // the window (such as to the desktop): -#define STICKY_FOCUS 1 +#define STICKY_FOCUS 0 // For point-to-type, after this many seconds the window is raised, // nothing is done if this is not defined: -//#define AUTO_RAISE 0.5 +#define AUTO_RAISE 0.5 // set this to zero to remove the multiple-desktop code. This will // make flwm about 20K smaller @@ -31,7 +31,7 @@ // set this to zero for "new desktop" to just create one without asking // for a name. This saves 12K or so of fltk input field code: -#define ASK_FOR_NEW_DESKTOP_NAME 1 +#define ASK_FOR_NEW_DESKTOP_NAME 0 // wm2 has no close box, for good reasons. Unfortunately too many programs // assume there is one and have no other way to close a window. For a more @@ -60,15 +60,16 @@ #define WMX_HOTKEYS 1 // alt+up/down/enter/delete #define WMX_DESK_HOTKEYS 0 // alt+left/right (conflict with Netscape) #define DESKTOP_HOTKEYS 0 // alt+fn goes to desktop n +#define GJ_HOTKEYS 1 // alt+[1-x] goes to desktop n //////////////////////////////////////////////////////////////// // APPEARANCE: // Color for active window title bar (also for selected menu items): // If not defined, no active window title highlighting is done. -#if CLICK_TO_TYPE +//#if CLICK_TO_TYPE #define ACTIVE_COLOR 0xF0F0F0 -#endif +//#endif //#define ACTIVE_COLOR 0x000080 // thickness of the border edge on each side (includes XBORDER):