Re: [dev] Alternative for tabbing in web-browsers?

2009-10-09 Thread hailukah
On Fri, 9 Oct 2009 10:37:39 +0200 Yoshi Rokuko wrote: > On Wed, Oct 07, 2009 at 10:51:38PM +0200, Julien Steinhauser wrote: > > > > On surf, ctrl-y, echo -e `sselp | dmenu` >> $file bound to a key > > binding, and you can tag it as you like, retrieving is just as so > > easy, just load the greppe

Re: [dev][surf] Next schedule?

2009-10-01 Thread hailukah
On Thu, 1 Oct 2009 21:20:39 +0200 Julien Steinhauser wrote: > On Thu, Oct 01, 2009 at 07:04:52AM -0500, hailukah wrote: > > > Speaking of middle click, is there a way to specify what it does? > > I've searched through the webkitgtk documentation but haven't found

Re: [dev][surf] Next schedule?

2009-10-01 Thread hailukah
On Thu, 1 Oct 2009 16:13:51 +0900 fugou nashi wrote: > so, it should add links into the tree with middle click, Speaking of middle click, is there a way to specify what it does? I've searched through the webkitgtk documentation but haven't found anything. I'd just like to middle click to open

Re: [dev] [surf] is there a way to disable images?

2009-09-27 Thread hailukah
On Sun, 27 Sep 2009 23:35:51 +0200 Moritz Wilhelmy wrote: > On Sun, Sep 27, 2009 at 11:28:42PM +0200, Moritz Wilhelmy wrote: > > My internet connection is sometimes very connected and I feel the > > need to disable images sometimes. Is there a patch? > > > > Regards, > > Moritz > > > > Sorry,

[dev] [surf] caret browsing

2009-09-27 Thread hailukah
Alright you keyboard junkies: 1. Find the line in surf.c: g_object_set(G_OBJECT(settings), "user-agent", "surf", NULL); 2. Add this immediately below it: g_object_set(G_OBJECT(settings), "enable-caret-browsing", 1, NULL); 3. PROFIT!!! josh

Re: [dev] wmii: fullscreen window, new window becomes floating?

2009-09-26 Thread hailukah
On Sat, 26 Sep 2009 08:41:00 +0200 Dieter Plaetinck wrote: > On Sat, 26 Sep 2009 04:33:02 +0200 > hiro <23h...@googlemail.com> wrote: > > > how about changing the code and keeping your own awesome patch? > > > > I suck at C. > I think that adding some customizability would be a good thing. >

Re: [dev] [surf] hide_applets user.js can also hide flash

2009-09-25 Thread hailukah
On Sat, 26 Sep 2009 07:42:49 +0200 "Enno Boland (Gottox)" wrote: > Actually it's not 0.2. It's tip. :) > > 2009/9/25 hailukah : > > On Fri, 25 Sep 2009 17:14:02 +1000 > > Jessta wrote: > > > >> I haven't been able to get this to

Re: [dev] [surf] hide_applets user.js can also hide flash

2009-09-25 Thread hailukah
On Fri, 25 Sep 2009 17:14:02 +1000 Jessta wrote: > I haven't been able to get this to work on surf-0.1.2, the script > doesn't seem to run and I can't see in the surf source anywhere it is > specified. > Is there a patch I'm missing? > I'm using 0.2.0 from Hg.

[dev] [surf] hide_applets user.js can also hide flash

2009-09-24 Thread hailukah
Hi all, The user.js at http://surf.suckless.org/files/hide_applets can also hide flash. Add "embed" to the elementNames array. josh

Re: [dev] [surf] Call a script from within surf and an alternative to tabs

2009-09-23 Thread hailukah
On Wed, 23 Sep 2009 20:20:05 +0200 Antoni Grzymala wrote: > hailukah dixit (2009-09-23, 12:42): > > > After some tinkering I've come up with a method that works for me. > > It involves a single file and three commands to manipulate it. I > > have a file at ~/.surf/

[dev] [surf] Call a script from within surf and an alternative to tabs

2009-09-23 Thread hailukah
Hi all, First a little reasoning for this. After years of using a tabbed browser I've become accustomed to going through a search engine listing or a forum and middle clicking everything that looked interesting and then going through the tabs one by one. After trying out surf and getting spoilt