mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
17 lines
600 B
Diff
17 lines
600 B
Diff
Description: This patch changes the default config paths
|
|
Author: Andreas Metzler <ametzler@debian.org>
|
|
Last-Update: 2010-08-07
|
|
diff --git a/src/wconfig.h.in b/src/wconfig.h.in
|
|
index c8bb947..cf06113 100644
|
|
--- a/src/wconfig.h.in
|
|
+++ b/src/wconfig.h.in
|
|
@@ -132,7 +132,7 @@
|
|
*/
|
|
|
|
/* list of paths to look for the config files, searched in order of appearance */
|
|
-#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:"PKGDATADIR
|
|
+#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:/etc/X11/WindowMaker:"PKGDATADIR
|
|
#define DEF_MENU_FILE "menu"
|
|
|
|
/* name of the script to execute at startup */
|