JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix library path so that i don't waste a bunch of time every time i test
[spectrwm.git] / scrotwm.c
index e0b07ec..426922f 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -146,7 +146,7 @@ u_int32_t           swm_debug = 0
 #define SWM_MAX_FONT_STEPS     (3)
 
 #ifndef SWM_LIB
-#define SWM_LIB                        "/usr/X11R6/lib/swmhack.so"
+#define SWM_LIB                        "/usr/local/lib/libswmhack.so.0.0"
 #endif
 
 char                   **start_argv;
@@ -3808,16 +3808,6 @@ main(int argc, char *argv[])
        }
        if (cfile)
                conf_load(cfile);
-       /*
-       if (cfile) {
-               do {
-                       if (conf_load(cfile) != 0) {
-                               fprintf(stderr, "bah!\n");
-                               exit(1);
-                       }
-               } while (1);
-       }
-       */
 
        /* setup all bars */
        for (i = 0; i < ScreenCount(display); i++)