Re: [dev] slides with troff (was: Talk about sane web browsers)

2009-09-09 Thread markus schnalke
[2009-09-09 04:59] Uriel > > Ok, I put this together in five min while sleep deprived, but I think > it still should be enough to get you started: > > http://repo.cat-v.org/troff-slider/ Thanks. I'm so happy that your files finally solved my problem. The missing piece was: | awk '{print} NR

Re: [dev] [dwm] Fibonacci spiral and Movestack patches for dwm 5.6.1

2009-09-09 Thread Niki Yoshiuchi
Thanks for heads up on the other patches. It looks like mine was first though :p. I just haven't updated it since 5.2. If I had known others had already reimplemented it for 5.6 I would not have bothered. I wonder why it hasn't been included in vanilla dwm although I suppose it doesn't add any

Re: [dev] [dwm] Fibonacci spiral and Movestack patches for dwm 5.6.1

2009-09-09 Thread Mate Nagy
Hiho, > The Fibonacci spiral patch offers a new layout that arranges the clients in > a spiral - http://www.aplusbi.com/projects/dwm/dwm-5.6.1-fibonacci.diff neat > > The movestack patch allows you to swap the selected client with the client > before or after it (a clone of the Xmonad mod-shift-j

[dev] [dwm] Fibonacci spiral and Movestack patches for dwm 5.6.1

2009-09-09 Thread Niki Yoshiuchi
I finally got around to updating my dwm patches for 5.6.1. I will add them to the site later today but for now, here they are: The Fibonacci spiral patch offers a new layout that arranges the clients in a spiral - http://www.aplusbi.com/projects/dwm/dwm-5.6.1-fibonacci.diff The movestack patch a

Re: [dev][dwm] Matlab (2008b) and tiling

2009-09-09 Thread Ilya Myakotin
2009/9/8 Zhengning Jiang > Hi, > > i wonder if you guys know a fix for my problem. I use matlab with dwm a lot > and i just > love how dwm tiles the my matlab windows (debug, code, help). But the > problems starts if i run matlab code > which creates its own window (e.g. ... figure; imshow(plot);

Re: [dev] [surf] patches: configurable file locations, bookmark writer, history writer

2009-09-09 Thread Ray Kohler
On Wed, Sep 9, 2009 at 5:05 AM, Enno Boland (Gottox) wrote: > You already can read surfs url by using xprop. This can be used to > write a bookmark managing system. I'm thinking about adding the first > patch but I'm not sure about the to others. The difficulty with using xprop to read and write s

Re: [dev] Talk about sane web browsers

2009-09-09 Thread frederic
Maybe it is not that hard to do. I think it is possible to build a prototype using Lua with some GUI toolkit bindings for instance: the server would send the Lua source to the client, and the client interprets it. Yup something like that. I guess you chose Lua because Lua is small in size

Re: [dev] Talk about sane web browsers

2009-09-09 Thread frederic
On Wed, 09 Sep 2009 10:06:20 +0200, Anselm R Garbe wrote: 2009/9/9 Pinocchio : I am saying this because even after a lot of marketing muscle and commercial force, it has been hard for Adobe, Sun and Microsoft to push their rendering stacks over HTML + Javascript. Flash is the only thing w

Re: [dev] [surf] patches: configurable file locations, bookmark writer, history writer

2009-09-09 Thread jean bonhomme
Pancake wrote : >About dmenu...will be nice if it can handle also the title of the urls >so the autocompletion would be better. With Fresch vertical patch for dmenu with xmms-like pattern matching, http://schiewek.net/fresch/dmenu-3.9-fresch-3.diff (works also with dmenu-4.0) it's easily done, s

Re: [dev] [surf] Remove unnecessary mkdir

2009-09-09 Thread pancake
here's the patch about the zoom issue Enno Boland (Gottox) wrote: applied. thanks. :) 2009/9/7 pancake : diff -r 740f25ee1c92 surf.c --- a/surf.cMon Sep 07 11:02:26 2009 +0200 +++ b/surf.cMon Sep 07 11:15:10 2009 +0200 @@ -661,8 +661,6 @@ /* make dirs */ home = g_get_

Re: [dev] [surf] patches: configurable file locations, bookmark writer, history writer

2009-09-09 Thread Enno Boland (Gottox)
You already can read surfs url by using xprop. This can be used to write a bookmark managing system. I'm thinking about adding the first patch but I'm not sure about the to others. regards Gottox 2009/9/9 pancake : > Why not spawn a process instead of appending the URL to a file.. Sthg like > .cm

Re: [dev] [surf] Remove unnecessary mkdir

2009-09-09 Thread Enno Boland (Gottox)
applied. thanks. :) 2009/9/7 pancake : > > > diff -r 740f25ee1c92 surf.c > --- a/surf.c    Mon Sep 07 11:02:26 2009 +0200 > +++ b/surf.c    Mon Sep 07 11:15:10 2009 +0200 > @@ -661,8 +661,6 @@ > >        /* make dirs */ >        home = g_get_home_dir(); > -       filename = g_build_filename(home,

Re: [dev] Talk about sane web browsers

2009-09-09 Thread Anselm R Garbe
2009/9/9 Pinocchio : >>> I am saying this because even after a lot of marketing muscle and >>> commercial force, it has been hard for Adobe, Sun and Microsoft to push >>> their rendering stacks over HTML + Javascript. Flash is the only thing >>> which gained major adoption... and the picture might

Re: [dev] Talk about sane web browsers

2009-09-09 Thread Anselm R Garbe
2009/9/9 pancake : > There is also "neko". The problem is that I don't see the need of clientside > scripting. A clean design should split presentation and data. And having a > templating language for merging them into a canvas. So not having the > possibility to create infinite loops, eat the CPU,