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` sleep 4 done | dwm ########## I have roughly the same thing in .xinitrc if I want to start my xsession via startx. Cheers, antoni -- . Antoni Grzymala - antoni (at) chopin.edu.pl -------------------. | OpenPGP KeyID EB315583 available now from a keyserver near you | | Fingerprint A819 6D2E D5EB D9E0 D2D9 7AF6 2FAF 4A11 EB31 5583 | `----------------------------------------------------------------'

