Re: [dwm] [dvtm-patch] Status bar optional

2008-02-19 Thread Christian Garbs
On Tue, Feb 19, 2008 at 01:11:21PM -0500, Ritesh Kumar wrote: > For workspaces, here's a crazy idea... why not just use dvtm inside screen > (may be that's still not good enough for tags :/ )? It would be hard (impossible?) to move a client from one workspace to another if the workspaces were ma

[dwm] new layouts: itile and stack

2008-02-19 Thread Enno "Gottox" Boland
Hi! Today I hacked two new layouts: itile: This layout looks very similiar to tile in the dwm distribution. It manages the space more efficient when using windows with size hints. stack: Stack is my favorite everyday layout. The algorithm is similiar to itile, but it stacks the windows like this

Re: [dwm] [dvtm-patch] Status bar optional

2008-02-19 Thread Ritesh Kumar
On Feb 19, 2008 12:57 PM, Marc Andre Tanner <[EMAIL PROTECTED]> wrote: > On Tue, Feb 19, 2008 at 01:50:40PM +0100, Claudio M. Alessi wrote: > > Hi, > >i'm continuing to study the dvtm code in order to be able to make > some > > "real" improvement. I'm a (not so) beginner C programmer so all my

Re: [dwm] [dvtm-patch] Status bar optional

2008-02-19 Thread Claudio M. Alessi
On Tue, Feb 19, 2008 at 06:57:21PM +0100, Marc Andre Tanner wrote: > I don't want to clutter the code with all the #ifdefs plus some day we > might introduce tags/workspaces and then a statusbar will become more > important. I hope this will never happen. Have a nice day. -- Claudio M. Alessi

Re: [dwm] [dvtm-patch] Fix for the alt keystrokes

2008-02-19 Thread Claudio M. Alessi
On Tue, Feb 19, 2008 at 06:51:11PM +0100, Marc Andre Tanner wrote: > Could you please try the attached patch and report whether this solves > the problem? Also the delay you saw can be adjusted with the environment > variable ESCDELAY, see the dvtm-status script for an example. Of course it does, t

Re: [dwm] [dvtm-patch] Status bar optional

2008-02-19 Thread Marc Andre Tanner
On Tue, Feb 19, 2008 at 01:50:40PM +0100, Claudio M. Alessi wrote: > Hi, >i'm continuing to study the dvtm code in order to be able to make some > "real" improvement. I'm a (not so) beginner C programmer so all my > experiments and your points of view about are useful to improve myself (not > o

Re: [dwm] [dvtm-patch] Fix for the alt keystrokes

2008-02-19 Thread Marc Andre Tanner
On Tue, Feb 19, 2008 at 02:56:02PM +0100, Claudio M. Alessi wrote: > On Tue, Feb 19, 2008 at 03:25:04PM +0200, Daniel Bainton wrote: > > IMO it would make sense to s/ESC/META/ the patch though, as it isn't just > > the > > esc key that is affected. Which keys are affected? I think they all genera

Re: [dwm] [dvtm-patch] Fix for the alt keystrokes

2008-02-19 Thread Claudio M. Alessi
On Tue, Feb 19, 2008 at 03:25:04PM +0200, Daniel Bainton wrote: > IMO it would make sense to s/ESC/META/ the patch though, as it isn't just the > esc key that is affected. You are probably right, i just used ESC because it's what the ascii(7) man page show. Using META is even better and i'm pretty

Re: [dwm] [dvtm-patch] Status bar optional

2008-02-19 Thread Claudio M. Alessi
> I'm not trying to insult you, but I don't see the point of having the > status bar as a compile time option. The point is that if the code is not needed there is no reason to have it, even why we have a larger binary and a slowest build time (other than C statements and checks that will never be

Re: [dwm] [dvtm-patch] Fix for the alt keystrokes

2008-02-19 Thread Daniel Bainton
On 18/02/2008, Claudio M. Alessi <[EMAIL PROTECTED]> wrote: > > Okay, i reply to myself. > > The following is an improved version of the previous patch > which use is_modifier() rather then the preprocessor #if > and check for the next character after the ESC key. This > allow to send immediately t

Re: [dwm] [dvtm-patch] Status bar optional

2008-02-19 Thread y i y u s
I'm not trying to insult you, but I don't see the point of having the status bar as a compile time option. I cannot try it know, but I think when you don't set the status text to anything (you don't use the -s option), you won't have the status bar. Adding complexity with the code with #ifdefs for

[dwm] [dvtm-patch] Status bar optional

2008-02-19 Thread Claudio M. Alessi
Hi, i'm continuing to study the dvtm code in order to be able to make some "real" improvement. I'm a (not so) beginner C programmer so all my experiments and your points of view about are useful to improve myself (not only dvtm). It's free software, after all. As for the mouse support, i don't