Re: [dev] Some questions about st and a patch
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
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} } },