For now, it's kinda dirty but I'll improve it when I'll back from my
journey.
Regards
--
H.Mo.
>
>
2013/5/8 Jente Hidskes
> Hugues,
>
> I am still on my ... erhm.. "gap year trip" around Europe, I don't have a
> second monitor at hand and until I do, I won't test this patch. Sure, I
> can try make it work on pertag2 but testing you will have to do yourself
> afterwards.
>
> Cheers,
>
> Jente
>
Hi,
as others also have noticed, Xft based st starts slow on some
systems. For me it helps if FcFontSort() is done lazily as shown
below.
Regards,
Johannes
diff --git a/st.c b/st.c
index 50090a4..425f669 100644
--- a/st.c
+++ b/st.c
@@ -2643,10 +2643,7 @@ xloadfont(Font *f, FcPattern *pattern)