Re: [dwm] [ANNOUNCE] dvtm-0.4

2008-02-06 Thread Nathan Hutchison
A friend and I have this idea for an irc client, basicly its ii and dvtm running some tails the problem is I need to switch the tails around with a hot key... is that possible? On Feb 7, 2008 8:58 AM, Christian Garbs <[EMAIL PROTECTED]> wrote: > On Wed, Feb 06, 2008 at 05:38:30PM +0100, Marc Andr

Re: [dwm] [ANNOUNCE] dvtm-0.4

2008-02-06 Thread Christian Garbs
On Wed, Feb 06, 2008 at 05:38:30PM +0100, Marc Andre Tanner wrote: > dvtm-0.4 is out, changes are: Great! Works like a charm even on my unconventinal setup :-) (Apart from my initial redraw problem, I'll try to add a little sleep routine, dvtm propably redraws before the terminal has settled.)

Re: [dwm] [ANNOUNCE] dvtm-0.4

2008-02-06 Thread Ritesh Kumar
On Feb 6, 2008 11:38 AM, Marc Andre Tanner <[EMAIL PROTECTED]> wrote: > Hi, > > dvtm-0.4 is out, changes are: > > * Only draw borders where necessary (titlebar + vertical separator) > http://www.brain-dump.org/projects/dvtm/#screenshots > > * Respect cursor visibility of apps running within dv

Re: [dwm] [ANNOUNCE] dvtm-0.4

2008-02-06 Thread pancake
> * Compilation fix for NetBSD (hopefully) Confirmed! it builds and works nicely! I just had to add CFLAGS+=-I/usr/pkg/include LDFLAGS+=-L/usr/pkg/lib -Wl,-R/usr/pkg/lib but these flags should be handled by pkgsrc, so, no problem with that :) Now the program runs really nice! :D Good work!

[dwm] [ANNOUNCE] dvtm-0.4

2008-02-06 Thread Marc Andre Tanner
Hi, dvtm-0.4 is out, changes are: * Only draw borders where necessary (titlebar + vertical separator) http://www.brain-dump.org/projects/dvtm/#screenshots * Respect cursor visibility of apps running within dvtm * Autoquit feature, dvtm quits when the last shell is closed * Support for w

[dwm] rfc: patch: xinerama support

2008-02-06 Thread David Edmondson
Here's a first attempt at working Xinerama for dwm. It has rough edges (and probably sharp corners), but perhaps someone else will find it interesting and provide feedback. The current code seems very confused about the difference between Zaphod and Xinerama. I cleaned this up only where absolutel