On Fri, Oct 06, 2006 at 09:47:48PM +0200, Antoni Grzymala wrote:
> Tako rzecze brad clawsie (w li??cie z 2006-10-06, 10:31):
>
> > i am running dwm in a gdm-managed session on debian etch
> >
> > does anyone know of a good way, either in a per-user config file, or
> > as a modification to the dwm source, to do something like:
> >
> > xsetroot -solid black
>
> My /etc/X11/Sessions/dwm looks like this:
>
> #!/bin/sh
>
> xsetroot -solid black
>
> while true
> do
> /home/antoni/bin/dwm-update-status.sh
> echo `cat ~/.dwm-status`
^^^^^^^^^^^^^^^^^^^^^^^^
Why the hell do you do things like this? Why does
dwm-update-status.sh writes into a file and not to stdout?
> sleep 4
> done | dwm
Regards,
-- Anselm R. Garbe ><>< www.ebrag.de ><>< GPG key: 0D73F361Received on Mon Oct 09 2006 - 08:09:25 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:31:58 UTC