Re: [dev] [surf] many CLOSE_WAIT connections

2013-12-26 Thread Markus Wichmann
On Wed, Dec 25, 2013 at 09:54:51AM +0100, Christoph Lohmann wrote: > Greetings. > > On Wed, 25 Dec 2013 09:54:51 +0100 Markus Teich > wrote: > > Heyho, > > > > I noticed many CLOSE_WAIT connections from surf in the output of `lsof -i > > -an` > > after browsing some websites with surf. Before

Re: [dev] l9fb: Linux framebuffer over 9p server

2013-12-26 Thread Strake
On 26/12/2013, yy wrote: > You could maybe build such a thing on top of l9fb, but I don't think this > would be such an improvement over directly using the fb device. The reason for l9fb is to have a common interface whether it's the raw framebuffer, an aggregate surface of many framebuffers, a w

Re: [dev] dmenu: patch for including bash aliases

2013-12-26 Thread Samee Zahur
Sorry for the duplicate email: apparently gmail formatted my previous email as HTML and it didn't actually go through to dev@suckless --- Original email --- Hello Robert, I'm glad you found the patch helpful. About the way it is being displayed on your dmenu, I think sed might be configured diff

Re: [dev] l9fb: Linux framebuffer over 9p server

2013-12-26 Thread yy
On 26 December 2013 12:59, Jens Staal wrote: > Would it be possible to hook up the "devwsys" to this? I don't understand what you want to "hook up". devwsys gives you a 9P connection to a rio(1)-like window system on top of Xlib. It lets you to use an X window as a Plan 9 terminal. l9fb, as far a

Re: [dev] l9fb: Linux framebuffer over 9p server

2013-12-26 Thread Jens Staal
On Wednesday 25 December 2013 13:36:29 Strake wrote: > https://github.com/strake/l9fb > > Future goals: > * make a terminal emulator > * make a tiling window organizer with same interface > * make the X window system my ex-window system Very cool! Would it be possible to hook up the "devwsys" t