On 10 Jan 2003 22:54:07 -0500, Dan Espen wrote:
>
> I prefer the low tech approach:
>
> + "I" exec /bin/sh -c 'xpmroot /home/len/.fvwm/tsp-skies.xpm; aterm -tr -bg black\
> -fg SkyBlue3 -geometry 144x35+0+0 -trsb \
> -fn -sun-screen-medium-*-*-*-12-*-*-*-*-*-*-* +sb -sk -sl 500'
This is ok, but just a note that this command will be translated to
/bin/sh -c "/bin/sh -c '...'" increasing the number of processes.
The simpler command (should work with a different ExecUseShell too) is:
Exec xpmroot $[FVWM_USERDIR]/tsp-skies.xpm; aterm -tr
Or maybe, just an example:
Exec xpmroot $[FVWM_USERDIR]/tsp-skies.xpm && aterm -tr -trsb
Regards,
Mikhael.
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Sat Jan 11 2003 - 01:08:39 GMT