Re: [dev] number of visible windows?
On Sat, 11 Jul 2009 17:49:13 -0500 Kurt H Maier wrote: > On Sat, Jul 11, 2009 at 4:36 PM, Preben Randhol > wrote: > > So what you are saying is that if a problem is making the code more > > complex one define that this is not a problem and ignore it? > > Yes. Hope you are not doing any real life coding... > > It is like saying all chemical/physical models should be ideal and > > sod the real world if the simulations don't add up to reality. > > This is, in fact, how science progresses. Cf. the ideal gas law, in > fact. Exactly, because the ideal solution doesn't manage to describe the problem. > If you require weird functional acrobatics to manage your workflow, > the problem probably isn't the window manager. So per-tag is weird and bizarre? Not that every time one go to tag X one need to press Modx-M and then when returning to tag Y you have to press Modx-t? Out of 365 days per year, let say one use dwm 300 and changing tag about 30 times per day. That comes to 90 000 useless keystrokes. Is this the "dynamic" you talked about? If you have a huge screen with high resolution you probably can work in tiled only, but not so one a notebook or a smaller monitor. > And this is the right answer. Keep the window manager small and > ideal, and let people do bizarre things to it outside of the main > tree. Well, I would say that support for multiple monitors should then not be part of dwm, but be a patchwork as it is bizarre to need multiple hardware when we have tags. Right answer is to make the code readable and modular.
Re: [dev] mention suckless favorably in today's blog article A Quantum of Computing
2009/7/11 Jack Woehr : > I mention suckless favorably in today's blog article A Quantum of Computing > > You folks are the greatest. I'm glad having read your article ;) Kind regards, Anselm
Re: [dev] [dwm] bug: title rules
2009/7/11 yy : > 2009/7/11 Szabolcs Nagy : >> * applyrule()+arrange() is called whenever client title changes > > +1, but only if the client has no tags yet. Yes there'll be a dirty flag for clients, so that rules are applied as long as it's clean. Kind regards, Anselm
Re: [dev] dwm / add tabs / attach/detach functionality
On Sun, Jun 21, 2009 at 10:22:47PM +0100, Kevin Nagel wrote: > I am a wmii-2.5 user and like the tabbing concept much more than the > stacking concept in wmii-3. However, I've considered using dwm, but > would like to have these features there as well. Also the dynamic > control of creating/deleting workspaces and not using tagging. Is > this possible and how difficult is it to change/implement it? I know > a little bit C, but do I also need to dig in Xlib? You could try dwm-mitch¹, which is dwm with workspaces. It's based on an older dwm version because updating the patches to the current version is too much of a hassle - it works flawlessly and does what it should, so I'm not that motivated to update it just because I could :-) Regards Christian ¹ http://www.cgarbs.de/dwm-mitch.en.html -- Christian.Garbs.http://www.cgarbs.de Das, was landläufig als eMail bezeichnet wird, müßte korrekterweise eigentlich eLetter betitelt werden.
Re: [dev] number of visible windows?
On Sun, Jul 12, 2009 at 3:39 AM, Preben Randhol wrote: > Hope you are not doing any real life coding... Sorry to dash your hopes. > So per-tag is weird and bizarre? Not that every time one go to tag > X one need to press Modx-M and then when returning to tag Y you have to > press Modx-t? Out of 365 days per year, let say one use dwm 300 and > changing tag about 30 times per day. That comes to 90 000 useless > keystrokes. Is this the "dynamic" you talked about? Those are some fabulous imaginary numbers that don't really apply. If I found myself doing work like that I'd probably use a nice workspace-based window manager. Instead, I don't have a set 'layout', and I just add and remove clients and groups of clients to and from the stack. If I had to keep in my head which layout was applied to each of my ten tags, I'd have to think about my window management, and the reason I use dwm is to let the computer do that for me. > If you have a huge screen with high resolution you probably can work in > tiled only, but not so one a notebook or a smaller monitor. Older versions of dwm's description specified that it was for high-resolution screens. I wish they'd put that back. You *can* buy high-resolution notebooks. I have one. > Well, I would say that support for multiple monitors should then not be > part of dwm, but be a patchwork as it is bizarre to need multiple > hardware when we have tags. I don't think you understand tags. > Right answer is to make the code readable and modular. Thank you for your agreement on this matter. -- # Kurt H Maier