Re: [dev][sic][PATCH]Colors

2013-05-09 Thread Hugues Moretto-Viry
For now, it's kinda dirty but I'll improve it when I'll back from my journey. Regards -- H.Mo. > >

Re: [dev] dwm 6.0 - separate taglists for muli-monitor setup

2013-05-09 Thread Hugues Moretto-Viry
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 >

[dev] st slow startup

2013-05-09 Thread Johannes Hofmann
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)