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 bab17a4..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;