Re: [dwm] dwm-0.9 / dmenu-0.4

From: Anselm R. Garbe <arg_AT_10kloc.org>
Date: Wed, 16 Aug 2006 17:49:22 +0200

On Wed, Aug 16, 2006 at 11:44:55AM -0400, mikshaw wrote:
> >From Tube, (16/08/06 09:54):
> > that's how i call dwm:
> >
> > while true
> > do
> > echo `/bin/date '+%x %H:%M:%S'` `uptime | sed 's/.*://; s/,//g'`
> > sleep 1
> > done | dwm
>
> I've seen the same issue here, and got around it by
> checking for dwm from within the loop:
>
> while true
> do
> pidof dwm &>/dev/null && (cat $HOME/.dwm.status && sleep 3) || break
> done | dwm
>
> There is one other thing I've found odd about 0.9 though.
> when switching between tags that have no window currently
> attached, the tag name is not highlighted until the status
> is redrawn. If your "sleep" is 10 seconds, it will take
> up to 10 seconds before the tag name is selected. This is
> just a visual thing, and doesn't slow down the actual move
> to the tag, but it was a bit confusing at first.

Yes, I fixed this in hg tip already.

-- 
 Anselm R. Garbe  ><><  www.ebrag.de  ><><  GPG key: 0D73F361
Received on Wed Aug 16 2006 - 17:49:22 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:30:11 UTC