openbsd-ports/x11/wmx/patches/patch-Config.h

24 lines
1.0 KiB
C
Raw Normal View History

2002-09-30 10:31:50 -04:00
$OpenBSD: patch-Config.h,v 1.3 2002/09/30 14:31:50 naddy Exp $
2000-06-12 17:33:54 -04:00
--- Config.h.orig Wed May 24 17:48:59 2000
2002-09-30 10:31:50 -04:00
+++ Config.h Mon Sep 30 16:34:44 2002
@@ -75,8 +75,8 @@ static DynamicConfig &dConfig = DynamicC
2000-06-12 17:33:54 -04:00
// 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
2002-09-30 10:31:50 -04:00
@@ -373,7 +373,7 @@ static DynamicConfig &dConfig = DynamicC
2001-10-01 11:46:16 -04:00
// 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.