Markus Teich wrote:
> I am confused. Are you talking about NetSurf [0] or surf [1]?
And here are the links I knew I would forget…
[0]: https://www.netsurf-browser.org/
[1]: http://surf.suckless.org/
Bryan Bennett wrote:
> Check the smoothscroll patch[1]. Maybe this is what you want?
>
> [1]: http://surf.suckless.org/patches/smoothscrolling
Thank you. I would have never found this by just looking for gtk3. I'll try it
soon.
--Markus
Sylvain BERTRAND wrote:
> It's a bit on the side of the topic but GTK+ is now hard dependent through
> pango on harfbuzz, a c++ component (object oriented cluster f), which
> pulls a dependency on c++ compiler/runtime.
WebKitGTK is also written in C++ so we need a C++ compiler and runtime anyw
The current code allows direct key bindings, but if you use it, you
can no longer use C-space as it unintentionally becomes a modifier
key. This patch fixes that.
The second patch is optional, but demonstrates how to make direct key
bindings. If it's not applied, it might make sense to otherwise
m
Hi,
I've written a patch that enables per-client 'cfacts'. This
allows users to modify a clients weight in the stack it is
currently located in. So if a client has an increased or
decreased weight it will be allocated more or less space
respectively than the other clients in its stack.
Attached i
Hi all,
I've written this patch for focusing and pushing clients around the
stack, which is more general than the push patch and also extends the
vanilla focus capabilities of dwm.
I'm attaching the documentation and the patch, both of them already
pull requested in the sites repo.
Regards
--
Ca
Hello all,
I've been using dwm for a bit on my laptop in both a docked and mobile
configuration, which involves frequent switching between portrait and
landscape monitor layouts. The default tiling mode isn't quite optimal for
this. As a result I've done a bit of work reviving the original flextil
Hi all again,
I'm attaching an updated version of the pango patch. I've rewritten
the pango/xft object creation/cleanup code for good and I've fixed a
couple of subtle bugs (that probably would never manifest themselves,
anyway) that were in the original code.
But most important I've added (optio
On Thu, Jan 09, 2014 at 03:24:59PM +0100, Markus Teich wrote:
> Heyho,
>
> are there plans to port surf to gtk3, so it can be used under
> wayland?
>
> --Markus
>
It's a bit on the side of the topic but GTK+ is now hard
dependent through pango on harfbuzz, a c++ component (object
oriented cluster
Hey -
Check the smoothscroll patch[1]. Maybe this is what you want?
[1]: http://surf.suckless.org/patches/smoothscrolling
Bryan
Heyho,
are there plans to port surf to gtk3, so it can be used under wayland?
--Markus
11 matches
Mail list logo