On 28 August 2011 21:31, Benoit T wrote:
> On Sun, Aug 28, 2011 at 11:27:57AM +0100, Connor Lane Smith wrote:
>> On 28 August 2011 11:23, Benoit T wrote:
>> > BTW., i am not sure which branch i should follow right now. Someone
>> > should close or merge the dangling head at rev 1565:ee4aa582320a
hi
On Sun, Aug 28, 2011 at 11:27:57AM +0100, Connor Lane Smith wrote:
> On 28 August 2011 11:23, Benoit T wrote:
> > BTW., i am not sure which branch i should follow right now. Someone
> > should close or merge the dangling head at rev 1565:ee4aa582320a at
> > http://hg.suckless.org/dwm
>
> Tha
On 28 August 2011 12:23, Benoit T wrote:
> BTW., i am not sure which branch i should follow right now. Someone
> should close or merge the dangling head at rev 1565:ee4aa582320a at
> http://hg.suckless.org/dwm
The draw.c branch is intended to be adopted for 6.0 development soon.
For now follow t
Hey,
On 28 August 2011 11:23, Benoit T wrote:
> BTW., i am not sure which branch i should follow right now. Someone
> should close or merge the dangling head at rev 1565:ee4aa582320a at
> http://hg.suckless.org/dwm
That branch is a feature branch for 6.0, whereas trunk is 5.9.1. They
aren't rea
hello all,
On Sun, Aug 28, 2011 at 10:34:05AM +0200, Anselm R Garbe wrote:
> On 27 August 2011 00:40, Ladd Hoffman wrote:
> > This patch enables saving tags to disk when dwm exits,
> > and loading from disk on startup.
I don't like a wm writing to permanent storage, especially for this.
Over tim
Hi Ladd,
On 27 August 2011 00:40, Ladd Hoffman wrote:
> This patch enables saving tags to disk when dwm exits,
> and loading from disk on startup.
> (especially useful when you need to recompile and restart dwm.)
I think this patch seems quite useful and suggest you should add this
patch to the
This patch enables saving tags to disk when dwm exits,
and loading from disk on startup.
(especially useful when you need to recompile and restart dwm.)
diff --git a/dwm.c b/dwm.c
--- a/dwm.c
+++ b/dwm.c42a43,45
> #define INFO_FMT_WRITE "%ld %u\n", c->win, c->tags
> #define INFO_FMT_READ "%ld %u\n"