Re: [dev] [dwm] cfacts patch

2014-01-10 Thread Christoph Lohmann
Greetings. On Fri, 10 Jan 2014 17:33:07 +0100 Patrick Steinhardt wrote: > 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 allo

Re: [dev] gtk3 support for surf?

2014-01-10 Thread Christoph Lohmann
Greetings. On Fri, 10 Jan 2014 17:35:18 +0100 Markus Teich wrote: > Heyho, > > are there plans to port surf to gtk3, so it can be used under wayland? That would be the first argument to support GTK3, if that’s the only way to make it work under Wayland. Since surf is just a userinterface to

Re: [dev] gtk3 support for surf?

2014-01-10 Thread Bobby Powers
Hello, Christoph Lohmann wrote: > Are there any arguments against switching to GTK3? Otherwise I will > switch surf to GTK3 using the smootscrolling patch. GTK3's Windows support is pretty new and not as well tested. yours in sarcasm, Bobby

Re: [dev] gtk3 support for surf?

2014-01-10 Thread FRIGN
On Fri, 10 Jan 2014 17:35:18 +0100 Christoph Lohmann <2...@r-36.net> wrote: > That web crap is al‐ > ready pulling in nearly the whole software industry. Thanks, Christoph; you made my day! > Are there any arguments against switching to GTK3? Otherwise I will > switch surf to GTK3 using th

Re: [dev] gtk3 support for surf?

2014-01-10 Thread Markus Teich
FRIGN wrote: > Looking at it in relativity to Wayland: Let's be honest; who's already using > Wayland today? I would like to. I already tested weston and it works fine so far in the sense of drawing fancy rotating things, simulated smoke and flowers - the usual things you would expect from a windo

Re: [dev] gtk3 support for surf?

2014-01-10 Thread FRIGN
On Fri, 10 Jan 2014 18:49:13 +0100 Markus Teich wrote: > If I can, I would like to help. Where is the code hosted? I also found swc[0] > written by the same guy who wrote the st port to wayland. However I feel it is > not really as simple as it claims to be. The code is hosted here[1]. Thanks f

Re: [dev] gtk3 support for surf?

2014-01-10 Thread FRIGN
On Fri, 10 Jan 2014 19:19:48 +0100 Markus Teich wrote: > Some random idea: > Have you thought about weston-launch yet? It's a wrapper suid-binary getting > all > necessary resources and forking the real weston afterwards. I think it can be > done in one suid binary dropping priviledges after it

Re: [dev] gtk3 support for surf?

2014-01-10 Thread Markus Teich
FRIGN wrote: > I'll definitely give you guys an update on my status, but I'm sure there > should be a way to write a simple tiling-wm in less than 5k SLOC. Some random idea: Have you thought about weston-launch yet? It's a wrapper suid-binary getting all necessary resources and forking the real we

Re: [dev] gtk3 support for surf?

2014-01-10 Thread Sylvain BERTRAND
On Fri, Jan 10, 2014 at 01:09:01AM +0100, Markus Teich wrote: > 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/ Ooops! I read netsurf

[dev] Newbie font question

2014-01-10 Thread Parke
Hi, I want to configure/compile st to use the font shown on the right hand side of this screenshot: http://st.suckless.org/screenshots/20h-2012.png Running the following command will also display the font I want: xfontsel -pattern -misc-fixed-medium-r-semicondensed--13-*-*-*-*-*-iso8859-1 Based

Re: [dev] gtk3 support for surf?

2014-01-10 Thread Michael Forney
Hi, On Fri, 10 Jan 2014 17:05:17 +0100, FRIGN wrote: > On Fri, 10 Jan 2014 18:49:13 +0100 > Markus Teich wrote: > > > If I can, I would like to help. Where is the code hosted? I also found > > swc[0] > > written by the same guy who wrote the st port to wayland. However I feel it > > is > > n

[dev] [PATCH] Make w3mimgdisplay work with st

2014-01-10 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński --- st.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/st.c b/st.c index 4d543d1..714ce38 100644 --- a/st.c +++ b/st.c @@ -3301,6 +3301,8 @@ xdraws(char *s, Glyph base, int x, int y, int charlen, int bytelen) { XftDrawRe

[dev]

2014-01-10 Thread Amadeusz Sławiński
Hey, I wrote simple patch which allows use of w3mimgdisplay with st. Not sure if it should be applied, probably better idea is to add this to patches on site. Tested with w3m and ranger. w3m has slight problem, when cursor is on same line as image, whole line seems to be redrawn and image is los