On Mon, Oct 17, 2011 at 8:18 AM, Bjartur Thorlacius <svartma...@gmail.com> wrote: > Yet dwm sports a half-assed status bar that works as an application > launcher and clock. This could be implemented more modularily by > XEmbedding... although it would probably wind more complicated than > necessary.
dwm's status bar is indeed half-assed, and there's a very good reason for it: most dock interfaces (such as provided by ewmh and friends) presume a desktop metaphor, which dwm doesn't use. trying to force dwm to use ewmh's interfaces results in either a shitty, useless status display or a crippled dwm use case. since no tools really support the concept of tagging, it's much simpler (and cleaner to code) to just have dwm report that status instead of trying to export tagsets to some program that, in all likelihood, doesn't know what to do with that information. -- # Kurt H Maier