Re: [dev] [st] cleanup patch

2011-04-28 Thread Michael Farnbach
Unfortunately scrolling in tmux is broken for me. But that said, I do like the idea of having that feature controlled by tmux, or tee into a file even. On Wed, Apr 27, 2011 at 4:29 AM, Hiltjo Posthuma wrote: > This is a pretty off-topic question, but I wonder will st implement > text-scrolling ev

Re: [dev] [surf] can't compile on debian sid

2011-04-28 Thread Thuban
Great, that was exactly the problem! I don't understand why it is necessary now, as it wasn't before, but thank you! :) Le 08:42:56 le 28 avril 2011 , Francesco Marass a écrit : > I believe you need to append -lX11 to your libraries line in config.mk. > > Cheers > > On Wed, Apr 27, 2011 at 11:27

Re: [dev] [surf] can't compile on debian sid

2011-04-28 Thread Francesco Marass
I believe you need to append -lX11 to your libraries line in config.mk. Cheers On Wed, Apr 27, 2011 at 11:27 AM, wrote: > I tried to compile surf recently, but it returns an error (see attached > file). > I'm running on debian sid, so I suppose it's because of an error in > libX11-dev package?

Re: [dev] [dwm] Button ClkStatusText + xinerama

2011-04-28 Thread Anselm R Garbe
Hi, On Thu, Apr 28, 2011 at 02:32:47PM +0200, Nicolas Capit wrote: > I configured dwm (5.9) with something like this in config.h: > > static Button buttons[] = { > /* clickevent mask button function > argument */ > { ClkStatusText,0,

[dev] [dwm] Button ClkStatusText + xinerama

2011-04-28 Thread Nicolas Capit
Hello, I configured dwm (5.9) with something like this in config.h: static Button buttons[] = { /* clickevent mask button function argument */ { ClkStatusText,0, Button1,spawn, {.v = (const char*[]){"xclock", NUL