Bugfix: adding/removing use_xft in the config had no effect unless you restarted...
[monky] / src / conky.c
index 21850b5..7a2adad 100644 (file)
@@ -4265,6 +4265,9 @@ static void set_default_configurations(void)
        output_methods = TO_STDOUT;
 #endif
 #ifdef X11
+#ifdef BUILD_XFT
+       use_xft = 0;
+#endif
        show_graph_scale = 0;
        show_graph_range = 0;
        draw_shades = 1;