Re: [dev] Some questions about st and a patch

2011-10-20 Thread Mount Peaks
1) May I bug the mail-list with a simple question, is there a scrollbar in st? 2) And how can I set a window geometry by default cause mine is small? Thank you

[dev] surf + tabbed

2011-10-10 Thread Mount Peaks
Hi there, I wondered if anybody can tip me up on how to make tabbed spawn tabs on the right of the active tab, not on the left as it does by default in surf browser? To spawn tabs the following setup is used in tabbed: XK_t, spawn, { .v = (char*[]){ "surf", "-e", winid, NULL} } },