# HG changeset patch # User cannam # Date 1309345253 0 # Wed Jun 29 11:00:53 2011 +0000 # Branch wm2 # Node ID 4ee258234ab20106a1ebbcf561a136e711a2956a # Parent 0687fce9e898940197c45fa603b6a436834d84ab Patch from Bernhard R Link to allow setting new window command in compile option diff --git a/Config.h b/Config.h --- a/Config.h +++ b/Config.h @@ -7,7 +7,9 @@ #define CONFIG_NASTY_FONT "fixed" #define CONFIG_EXEC_USING_SHELL False +#ifndef CONFIG_NEW_WINDOW_COMMAND #define CONFIG_NEW_WINDOW_COMMAND "xterm" +#endif #define CONFIG_EVERYTHING_ON_ROOT_MENU False // You can't have CLICK_TO_FOCUS without RAISE_ON_FOCUS but the other