simplified:
while xsetroot -name "`date` `uptime | sed 's/.*,//'`"; do
sleep 1
done &
exec dwm
2009/2/10, Pavel Samek <psamek_AT_redash.cz>:
> Neale Pickett <neale@...> writes:
>
> >
> > http://thread.gmane.org/gmane.comp.window-managers.dwm/6874
> >
>
>
> Yes! And here is also a hint how to make Xsession exitting when dwm finishes.
> The README should be corrected I thing:
>
> while true
> do
> xsetroot -name "`date` `uptime | sed 's/.*,//'`" || exit 0
> sleep 1
> done &
> exec dwm
>
>
> Pavel.
>
>
>
-- http://www.gnuffy.org - Real Community Distro http://www.gnuffy.org/index.php/GnuEm - Gnuffy on Ipaq (Codename Peggy)Received on Tue Feb 10 2009 - 10:53:29 UTC
This archive was generated by hypermail 2.2.0 : Tue Feb 10 2009 - 11:00:05 UTC