On 25 Feb 2002 02:44:33 -0600, luca Messori wrote:
>
> I would like change the fvwm background on my PC.
> I've read the man page of FvwmBacker module; he said:
>
> >AddToFunc StartFunction I Module FvwmBacker
> >in the .fvwm2rc file.
> >...
> >The following is the only supported option at present:
> >*FvwmBacker: Command (Desk d, Page x y) command
>
> I don't understand were I have to put it in the .fvwm2rc file.
> I have tried to append il at the end of file, but the background remain the
> default one.
> .fvwm2rc file is readable from anyone.
> What can I do?
Did you replace "d", "x", "y" and "command" with correct values?
Try this (the end of ~/.fvwm/.fvwm2rc is ok):
AddToFunc StartFunction I Module FvwmBacker
*FvwmBacker: Command (Desk 0) Exec xsetroot -mod 4 4 -fg navy -bg grey20
*FvwmBacker: Command (Desk 1) Exec xsetroot -solid bisque
*FvwmBacker: Command (Desk 2) Exec xpmroot /usr/share/icons/fvwm.xpm
*FvwmBacker: Command (Desk 3) Exec xv -root -quit /usr/share/pixmaps/panel-knob.png
Or, if you need a static background just put this instead:
AddToFunc StartFunction I Exec xsetroot -mod 4 4 -fg navy -bg grey20
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 Mon Feb 25 2002 - 06:52:05 GMT