Re: [dwm] .xinitrc error?

From: Anselm R Garbe <garbeam_AT_gmail.com>
Date: Thu, 5 Mar 2009 09:00:54 +0000

2009/3/5 Christoph Siegenthaler <csi_AT_gmx.ch>:
> I haven't changed my dwm config.h since 4.9 and was using it happily for
> months. I finally decided to try out 5.4.1 and I'm almost done.
> The only problem is that I can't get the status bar to display what's piped
> into dwm. It was working before and displayed a lot of fancy stuff.
> I stripped it down to the bare minimum now but it still displays dwm-5.4.1
> instead of what I want it to:
>
> $ cat .xinitrc
> #!/bin/sh
> #######
> # DWM #
> #######
> timeout=0.2
> while true
>   do
>       echo "Test"
>       sleep $timeout
>   done | dwm | eval `cat ~/.fehbg`
>
> What do I miss here? I'm sure it's something obvious (far somebody else but
> me)...

See the README file ;)

Kind regards,
--Anselm
Received on Thu Mar 05 2009 - 09:00:54 UTC

This archive was generated by hypermail 2.2.0 : Thu Mar 05 2009 - 09:12:04 UTC