Re: [dev] SWK: The simple widget kit

2010-05-12 Thread Rory Rory
Right now it's not obvious what the widgets actually are. The textboxes look identical to the buttons and it's hard to know where to type into. -- Rory

Re: [dev] Suckless BT client(s)?

2010-05-04 Thread Rory Rory
rtorrent supports DHT and encyption. Set encryption = allow_incoming,try_outgoing,enable_retry in your config file. rtorrent is usually considered better than transmission by most torrent sites. On Tue, May 4, 2010 at 2:36 PM, hiro <23h...@googlemail.com> wrote: > > rtorrent's features are more t

Re: [dev] [st] goals / non-goals for st?

2009-10-28 Thread Rory Rory
You forgot to attach it? On Wed, Oct 28, 2009 at 1:21 PM, Aurélien Aptel wrote: > Here it is. > > -- Rory

Re: [dev][surf] Basic Address Auto-Completion

2009-09-19 Thread Rory Rory
, Sep 18, 2009 at 8:52 PM, Anselm R Garbe wrote: > Why not using dmenu for that? Just an idea though... > > On Sep 18, 2009 8:34 PM, "Rory Rory" wrote: > > Here is the actual patch. Sorry, I sent the wrong file the first time. > > On 9/18/09, Rory Rory wrote: >

Re: [dev][surf] Basic Address Auto-Completion

2009-09-18 Thread Rory Rory
Here is the actual patch. Sorry, I sent the wrong file the first time. On 9/18/09, Rory Rory wrote: > Sorry, the patch I sent is broken. If you replace strcat(...) on line > 426 with g_strconcat(workdir,"/urls.txt",NULL) it will work. > > On 9/18/09, Rory McCann wrote: >

Re: [dev][surf] Basic Address Auto-Completion

2009-09-18 Thread Rory Rory
Sorry, the patch I sent is broken. If you replace strcat(...) on line 426 with g_strconcat(workdir,"/urls.txt",NULL) it will work. On 9/18/09, Rory McCann wrote: > Hello > > I've added a very simple url completion mode to surf, using a > GtkEntryCompletion object. It only completes urls from a fi