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 work on surf-0.1.2, the script > >> doesn't seem to run and I can'

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

2009-09-25 Thread Enno Boland (Gottox)
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 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 missi

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

2009-09-25 Thread hiro
how about changing the code and keeping your own awesome patch? On Fri, Sep 25, 2009 at 9:21 PM, Dieter Plaetinck wrote: > On Thu, 24 Sep 2009 19:58:58 -0400 > Kris Maglione wrote: > >> On Thu, Sep 24, 2009 at 11:09:10PM +0200, Dieter Plaetinck wrote: >> >Thanks Kris, >> >but: >> >if my current

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

2009-09-25 Thread Dieter Plaetinck
On Thu, 24 Sep 2009 19:58:58 -0400 Kris Maglione wrote: > On Thu, Sep 24, 2009 at 11:09:10PM +0200, Dieter Plaetinck wrote: > >Thanks Kris, > >but: > >if my current layout is fullscreen, why doesn't the new window become > >fullscreen as well? (instead it takes up about 1/4th of my screen) > > I

Re: [dev] wmii: rc.wmii.local not used?

2009-09-25 Thread Tom Kazimiers
Kris Maglione wrote: > On Thu, Sep 24, 2009 at 01:11:31PM +0200, Tom Kazimiers wrote: >> With this version the correct (RC) script was selected. Now I wonder >> why my rc.wmii.local script is not used? In the source of the rc.wmii >> script I don't find the line where is should get called? Anothe

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.

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

2009-09-25 Thread Jessta
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? On 25/09/2009, Szabolcs Nagy wrote: > On 9/25/09, hailukah wrote: >> Hi all, >> >> The user.js at http://surf.suckless

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

2009-09-25 Thread Szabolcs Nagy
On 9/25/09, hailukah wrote: > Hi all, > > The user.js at http://surf.suckless.org/files/hide_applets can also > hide flash. Add "embed" to the elementNames array. > > josh > > i'd probably use (function () { var elementNames = ["object","applet","embed"]; var i, j, elements, button;