Cool, thanks.
I made a toggle-function, just like toggleflash. I just asked because I don't
know
all the names of webkit-settings. Thanks for the function.
void
toggleimages(Client *c, const Arg *arg)
{
static int images = 0;
WebKitWebSettings *settings;
settings = webkit_web_view_get
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,
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, I meant limited instead of connected
I don't know what's wrong with my brai
My internet connection is sometimes very connected and I feel the need to
disable images sometimes.
Is there a patch?
Regards,
Moritz
Sun, 27 Sep 2009 20:46:41 +0200, Moritz Wilhelmy
:
> what about putting layouts (in patches) to seperate files where
> possible and then #include "patches/bstack.c" in config.h and just
> use the layout in keys/mouse configuration?
It alredy works like this.
Regards
what about putting layouts (in patches) to seperate files where possible and
then
#include "patches/bstack.c" in config.h and just use the layout in keys/mouse
configuration?
On Sun, Sep 27, 2009 at 01:21:51AM +0200, Julien Steinhauser wrote:
> nmaster_bstack patch updated for dwm-5.7.
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
Hi there,
Ryan's patch makes dwm-5.7.2:
http://dl.suckless.org/dwm/dwm-5.7.2.tar.gz
Sorry for any inconvenience, this one should be the final for now ;)
Kind regards,
Anselm
2009/9/27 Ryan Zheng :
> Bug still happens on mod-space. Patch attached.
>
> On Sun, Sep 27, 2009 at 01:38, Anselm R G
All your non-working pics are actually working.
Your browser is just setting the title in an url-encoded way.
Encoding
▁ ▂ ▃ ▄ ▅ ▆ ▇ █
(from utf8) gives
%E2%96%81%20%20%20%20%20%E2%96%82%20%20%20%20%20%20%20%E2%96%83%20%20%20%20%20%20%20%E2%96%84%20%20%20%20
On Sun, Sep 27, 2009 at 12:59:29PM +0300, Yuval Hager wrote:
Some non-latin characters are displayed garbled within wmii (windows titles,
tag names) - attached is Firefox window title I get. I tried using ucs
fonts (*-ISO10646-1), but then everything is garbled, even latin text.
Unfortunately,
On Sun, Sep 27, 2009 at 03:35:23PM +0200, Mate Nagy wrote:
> Yeah, theoretically ntile with nmaster=1 is equivalent to tile.
Sure.
The nmaster value was not so important, I just wanted to point out,
that when using nmaster-sym, people can remove part of core.
On Sun, Sep 27, 2009 at 12:49:37PM +0200, Stanimir Dragiev wrote:
>
> * Julien Steinhauser [2009-09-27 01:37]:
> > On Sun, Sep 27, 2009 at 12:29:09AM +0200, Julien Steinhauser wrote:
> > Actually, it was related to my mouse position, I can revert
> > this behavior by moving the mouse between scre
On Sun, Sep 27, 2009 at 08:48:30AM +0100, Anselm R Garbe wrote:
>
> 2009/9/27 Julien Steinhauser :
> > On Sun, Sep 27, 2009 at 12:29:09AM +0200, Julien Steinhauser wrote:
> >>
> >> With brand new vanilla dwm-5.7, on my laptop with a screen
> >> on the vga output, when I open a term from laptop scr
Hiho,
> Do you mean the nmaster-sym-5.7?
> At first glance, I didn't get what the sym stand for,
I believe 'sym' stands for 'symbol', because this variation rewrites
the layout symbol according to your current nmaster value (to 2]=, 3]=,
or T2T, T3T and so on).
> With it and nmaster=1, I could eve
On Sun, Sep 27, 2009 at 10:12:39AM +0200, Mate Nagy wrote:
>
> Hiho,
> On Sun, Sep 27, 2009 at 01:21:51AM +0200, Julien Steinhauser wrote:
> > nmaster_bstack patch updated for dwm-5.7.
> the nmaster patch page http://dwm.suckless.org/patches/nmaster actually
> has this patch already; actually, a
Hello there,
I've seen a flash-toggling patch some time ago here, though it wasn't
compatibile with the latest hg pull, I've simplified it a bit, and it
now works like a charm. How about adding it to werc? Some javascript
solution will probably be more elegant, but I don't know anything about
it an
* Julien Steinhauser [2009-09-27 01:37]:
> On Sun, Sep 27, 2009 at 12:29:09AM +0200, Julien Steinhauser wrote:
> Actually, it was related to my mouse position, I can revert
> this behavior by moving the mouse between screens. I didn't notice
> it sooner because she's hidden with unclutter and
> I
Bug still happens on mod-space. Patch attached.
On Sun, Sep 27, 2009 at 01:38, Anselm R Garbe wrote:
> Hi there,
>
> I released a bugfix release that fixes the layout symbol updating
> mechanism during setlayout (though in a different way as suggested by
> Nibble) and that contains some improveme
On 9/26/09, Julien Steinhauser wrote:
> I've haven't tried it yet in combinaison with nmaster and bstack patch,
> ( I need to update them first, that will be my next duty :) ).
they are already there
http://dwm.suckless.org/patches/nmaster
http://dwm.suckless.org/patches/bottom_stack
both work wi
Hi there,
I released a bugfix release that fixes the layout symbol updating
mechanism during setlayout (though in a different way as suggested by
Nibble) and that contains some improvements for the overall drawbar()
and arrange() handling which performed unnecessary execution on
unchanged monitors
Hiho,
On Sun, Sep 27, 2009 at 01:21:51AM +0200, Julien Steinhauser wrote:
> nmaster_bstack patch updated for dwm-5.7.
the nmaster patch page http://dwm.suckless.org/patches/nmaster actually
has this patch already; actually, a stilistically improved version by nsz.
(Yeah, I noticed after I updated
2009/9/27 Julien Steinhauser :
> On Sun, Sep 27, 2009 at 12:29:09AM +0200, Julien Steinhauser wrote:
>>
>> With brand new vanilla dwm-5.7, on my laptop with a screen
>> on the vga output, when I open a term from laptop screen
>> and that I shift it on vga screen, the focus goes also to vga.
>> when
22 matches
Mail list logo