X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scrotwm.c;h=426922f18488b15a6469574d74beedb38076330f;hb=41b210549d73186c5644d305c0a53f3d5d75e1e1;hp=e0b07ec99fe5c929961d461b86a2c6f27d4a4fa1;hpb=6bc2fbd59f3d9b6ee2837d5208c7b8120426e3b8;p=spectrwm.git diff --git a/scrotwm.c b/scrotwm.c index e0b07ec..426922f 100644 --- 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++)