Re: [dwm] 4.7 is delayed

2007-11-05 Thread Ritesh Kumar
I have a few comments... Do you want to keep LENGTH(), seltags and prevtags in config.def.h? My configuration doesn't need them and I doubt if somebody else's will. I think now I understand your concern about my solution to the inputtext behavior. What do we do if we read in a string which has '\

Re: [dwm] clientspertag status message

2007-11-05 Thread Ritesh Kumar
On 11/2/07, Szabolcs Nagy <[EMAIL PROTECTED]> wrote: > > On 11/2/07, Ritesh Kumar <[EMAIL PROTECTED]> wrote: > > The monocle layout implementation would have been simpler if focus(NULL) > was > > called in arrange() *before* layout[].arrange(). That would have ensured > > > that sel was correctly u

Re: [dwm] clientspertag status message

2007-11-05 Thread Szabolcs Nagy
On 11/5/07, Ritesh Kumar <[EMAIL PROTECTED]> wrote: > This is something that has been troubling me for some time... focus changes > only the order of windows in the stack (the variable in dwm.c which keeps > focus history) right? However, layout[].arrange() only use clients or > nextclient(). How d

Re: [dwm] clientspertag status message

2007-11-05 Thread Anselm R. Garbe
On Mon, Nov 05, 2007 at 12:36:00PM +0100, Szabolcs Nagy wrote: > On 11/5/07, Ritesh Kumar <[EMAIL PROTECTED]> wrote: > > This is something that has been troubling me for some time... focus changes > > only the order of windows in the stack (the variable in dwm.c which keeps > > focus history) right

Re: [dwm] clientspertag status message

2007-11-05 Thread Szabolcs Nagy
On 11/5/07, Anselm R. Garbe <[EMAIL PROTECTED]> wrote: > No, if tile() would depend on the focus history you won't be > able to ever focus something else, than the master client. yes and that's what we want in a fullscreen layout (the focused client is always the maximized) are there any stack de

Re: [dwm] clientspertag status message

2007-11-05 Thread Anselm R. Garbe
On Mon, Nov 05, 2007 at 02:24:49PM +0100, Szabolcs Nagy wrote: > On 11/5/07, Anselm R. Garbe <[EMAIL PROTECTED]> wrote: > > No, if tile() would depend on the focus history you won't be > > able to ever focus something else, than the master client. > > yes and that's what we want in a fullscreen la

Re: [dwm] Screenshot suggestion for the wiki

2007-11-05 Thread markus schnalke
Think it would be nice to see dwm handling some utf8 characters in the status line. A user-based screenshot gallery wouldn't be bad either. To show the different looks dwm can have. Maybe just another wiki page? meillo

Re: [dwm] Screenshot suggestion for the wiki

2007-11-05 Thread Jeremy O'Brien
On Mon, Nov 05, 2007 at 03:25:24PM +0100, markus schnalke wrote: > > Think it would be nice to see dwm handling some utf8 characters in the > status line. > > > A user-based screenshot gallery wouldn't be bad either. To show the > different looks dwm can have. > Maybe just another wiki page? >

Re: [dwm] clientspertag status message

2007-11-05 Thread Szabolcs Nagy
On 11/5/07, Anselm R. Garbe <[EMAIL PROTECTED]> wrote: > Well, just use a stack-based tile() or monocle() implementation. ah true

Re: [dwm] Screenshot suggestion for the wiki

2007-11-05 Thread Leonhard Scherer
Jeremy O'Brien wrote: On Mon, Nov 05, 2007 at 03:25:24PM +0100, markus schnalke wrote: Think it would be nice to see dwm handling some utf8 characters in the status line. A user-based screenshot gallery wouldn't be bad either. To show the different looks dwm can have. Maybe just another wik

Re: [dwm] 4.7 is delayed

2007-11-05 Thread Sander van Dijk
On Nov 5, 2007 11:01 AM, Ritesh Kumar <[EMAIL PROTECTED]> wrote: > I have a few comments... > > Do you want to keep LENGTH(), seltags and prevtags in config.def.h? My > configuration doesn't need them and I doubt if somebody else's will. I think prevtags doesn't belong in config.h at all, seltags

Re: [dwm] 4.7 is delayed

2007-11-05 Thread Szabolcs Nagy
On 11/5/07, Sander van Dijk <[EMAIL PROTECTED]> wrote: > On Nov 5, 2007 11:01 AM, Ritesh Kumar <[EMAIL PROTECTED]> wrote: > > I have a few comments... > > > > Do you want to keep LENGTH(), seltags and prevtags in config.def.h? My > > configuration doesn't need them and I doubt if somebody else's wi

Re: [dwm] 4.7 is delayed

2007-11-05 Thread Sander van Dijk
On Nov 5, 2007 6:41 PM, Szabolcs Nagy <[EMAIL PROTECTED]> wrote: > fwiw, i don't use prevtags at all, but those who use viewprevtags() may use > it. I use viewprevtags() sometimes, but I don't think prevtags should be in config.h anyway. Prevtags contains the "previously selected" tags, and there

Re: [dwm] clientspertag status message

2007-11-05 Thread Ritesh Kumar
On 11/5/07, Anselm R. Garbe <[EMAIL PROTECTED]> wrote: > > On Mon, Nov 05, 2007 at 02:24:49PM +0100, Szabolcs Nagy wrote: > > On 11/5/07, Anselm R. Garbe <[EMAIL PROTECTED]> wrote: > > > No, if tile() would depend on the focus history you won't be > > > able to ever focus something else, than the m

Re: [dwm] Screenshot suggestion for the wiki

2007-11-05 Thread Asbjørn Clemmensen
On Mon, Nov 05, 2007 at 04:12:35PM +0100, Leonhard Scherer wrote: > Jeremy O'Brien wrote: > >On Mon, Nov 05, 2007 at 03:25:24PM +0100, markus schnalke wrote: > > > >>Think it would be nice to see dwm handling some utf8 characters in the > >>status line. > >> > >> > >>A user-based screenshot galle

Re: [dwm] Screenshot suggestion for the wiki

2007-11-05 Thread Ritesh Kumar
On Nov 5, 2007 5:37 PM, Asbjørn Clemmensen <[EMAIL PROTECTED]> wrote: > On Mon, Nov 05, 2007 at 04:12:35PM +0100, Leonhard Scherer wrote: > > Jeremy O'Brien wrote: > > >On Mon, Nov 05, 2007 at 03:25:24PM +0100, markus schnalke wrote: > > > > > >>Think it would be nice to see dwm handling some utf8

Re: [dwm] Screenshot suggestion for the wiki

2007-11-05 Thread Antony Jepson
An online repository of .Xdefaults, .vimrc, and config.h, is a great idea. I would love to contribute to it. Would it be easy to upload these files to the wiki or would we have to think of some other way of showing them? Antony Jepson. On Nov 05 17:58, Ritesh Kumar wrote: > On Nov 5, 2007 5:37

Re: [dwm] Screenshot suggestion for the wiki

2007-11-05 Thread John S. Yates, Jr.
On Mon, 5 Nov 2007 15:37:52 -0700, Asbjørn Clemmensen wrote: >Perhaps adding the option to attach .Xdefaults/.Xresources along with .vimrc >and whatever else might be relevant when discussing color themes. Much of these personalizations are independent of dwm. A scheme that you find attractive

Re: [dwm] Screenshot suggestion for the wiki

2007-11-05 Thread Kurt H Maier
Check out http://www.dotfiles.com/ Kurt On 11/5/07, Antony Jepson <[EMAIL PROTECTED]> wrote: > An online repository of .Xdefaults, .vimrc, and config.h, is a great > idea. I would love to contribute to it. Would it be easy to upload > these files to the wiki or would we have to think of some ot

Re: [dwm] Tell that your students...

2007-11-05 Thread Christoph Lohmann
Good morning. Am Sun, 4 Nov 2007 13:57:02 +0100 schrieb "Anselm R. Garbe" <[EMAIL PROTECTED]>: > Having said that, I think a new OS might also depend on > completely new devices. Imagine that screens get replaced by > headsets + eyeglasses sets or in cars with showing the UI up in > the windscree

[dwm] .xinitrc pipe problems

2007-11-05 Thread Jonny Gerold
Hello, I can't seem to display my battery and the date at the same time, and need help. I commented out the date command that I want since it doesn't work. I tried echo, ". '. `, and none of them worked? I think that something is wrong with my syntax. If you know whats wrong I would love to he