openbsd-ports/x11/wmx/patches/patch-Config.h
2001-10-01 15:46:16 +00:00

23 lines
896 B
C

--- Config.h.orig Wed May 24 17:48:59 2000
+++ Config.h Mon Jun 12 23:31:35 2000
@@ -75,8 +75,8 @@
// What to run to get a new window (from the "New" menu option)
#define CONFIG_NEW_WINDOW_LABEL "New"
-//#define CONFIG_NEW_WINDOW_COMMAND "xterm"
-#define CONFIG_NEW_WINDOW_COMMAND "/home/chris/.wmx/terminal"
+#define CONFIG_NEW_WINDOW_COMMAND "xterm"
+//#define CONFIG_NEW_WINDOW_COMMAND "/home/chris/.wmx/terminal"
#define CONFIG_NEW_WINDOW_COMMAND_OPTIONS 0
// or, for example,
//#define CONFIG_NEW_WINDOW_COMMAND_OPTIONS "-ls","-sb","-sl","1024",0
@@ -373,7 +373,7 @@
// that you are not currently on, some strange things happen.
// (Patch due to Henri Naccache <henri@asu.edu>)
-#define CONFIG_GNOME_COMPLIANCE False
+#define CONFIG_GNOME_COMPLIANCE True
// This lets you choose whether to keep the regular wmx
// mouse button behaviour, or go w/ the GNOME-described one.