68 lines
2.5 KiB
Diff
68 lines
2.5 KiB
Diff
diff -NarU5 wmx-7.orig/Config.h wmx-7/Config.h
|
|
--- wmx-7.orig/Config.h 2009-01-09 06:18:03.000000000 -0500
|
|
+++ wmx-7/Config.h 2009-01-13 13:23:31.000000000 -0500
|
|
@@ -93,11 +93,11 @@
|
|
|
|
// Directory under $HOME in which to look for commands for the
|
|
// middle-button menu
|
|
#define CONFIG_COMMAND_MENU ".wmx"
|
|
// only used if COMMAND_MENU is not found; ignored if invalid directory:
|
|
-#define CONFIG_SYSTEM_COMMAND_MENU "/usr/local/lib/wmx/menu"
|
|
+#define CONFIG_SYSTEM_COMMAND_MENU "/usr/share/wmx"
|
|
// append screennumber to COMMAND_MENU directory;
|
|
// use non screen style as fallback
|
|
#define CONFIG_ADD_SCREEN_TO_COMMAND_MENU False
|
|
|
|
// Focus possibilities.
|
|
@@ -126,11 +126,11 @@
|
|
|
|
// Number of pixels off the screen you have to push a window
|
|
// before the manager notices the window is off-screen (the higher
|
|
// the value, the easier it is to place windows at the screen edges)
|
|
|
|
-#define CONFIG_BUMP_DISTANCE 16
|
|
+#define CONFIG_BUMP_DISTANCE 32
|
|
|
|
// If CONFIG_BUMP_EVERYWHERE is defined, windows will "bump" against
|
|
// other window edges as well as the edges of the screen
|
|
|
|
#define CONFIG_BUMP_EVERYWHERE True
|
|
@@ -185,11 +185,11 @@
|
|
|
|
// This is the key for wm controls: e.g. Alt/Left and Alt/Right to
|
|
// flip channels, and Alt/Tab to switch windows. (On my 105-key
|
|
// PC keyboard, Meta_L corresponds to the left Windows key.)
|
|
|
|
-#define CONFIG_ALT_KEY XK_Super_L
|
|
+#define CONFIG_ALT_KEY XK_Meta_L
|
|
|
|
// And these define the rest of the keyboard controls, when the above
|
|
// modifier is pressed; they're keysyms as defined in <X11/keysym.h>
|
|
// and <X11/keysymdef.h>
|
|
|
|
@@ -329,11 +329,11 @@
|
|
#define CONFIG_MENU_BORDERS "black"
|
|
|
|
// Pixel width for the bit of frame to the left of the window and the
|
|
// sum of the two bits at the top
|
|
|
|
-#define CONFIG_FRAME_THICKNESS 8
|
|
+#define CONFIG_FRAME_THICKNESS 6
|
|
|
|
|
|
// ========================
|
|
// Section IV. Flashy stuff
|
|
// ========================
|
|
@@ -342,11 +342,11 @@
|
|
// in ./background.xpm; if USE_PIXMAP_MENUS is also True, the menus
|
|
// will be too. The latter screws up in palette-based visuals, but
|
|
// should be okay in true-colour.
|
|
|
|
#define CONFIG_USE_PIXMAPS True
|
|
-#define CONFIG_USE_PIXMAP_MENUS True
|
|
+#define CONFIG_USE_PIXMAP_MENUS False
|
|
|
|
// Set CHANNEL_SURF for multi-channel switching; CHANNEL_CLICK_SIZE is
|
|
// how close you have to middle-button-click to the top-right corner
|
|
// of the root window before the channel change happens. Set
|
|
// USE_CHANNEL_KEYS if you want Alt-F1, Alt-F2 etc for quick channel
|