Posted by member 99 on 2004-06-29 21:53:46 link
I believe ckvwm has this built in.
The only mention in the documentation I can find is:
So I would guess you'd use:
Otherwise, the setup is generally more tedious with ckvwm, because instead of a single VWMOnSwitchTo, it has VWMOnSwitchTo1, VWMOnSwitchTo2, VWMOnSwitchTo3, etc.
The only mention in the documentation I can find is:
// -Fix the config VWMDeskWallpaper# so that it can use e-vars, and save the time to allocate unnecessary memory spaces
So I would guess you'd use:
VWMDeskWallpaper1 "$path$image1.bmp"
VWMDeskWallpaper2 "$path$image2.bmp"
VWMDeskWallpaper3 "$path$image3.bmp"
VWMDeskWallpaper2 "$path$image2.bmp"
VWMDeskWallpaper3 "$path$image3.bmp"
Otherwise, the setup is generally more tedious with ckvwm, because instead of a single VWMOnSwitchTo, it has VWMOnSwitchTo1, VWMOnSwitchTo2, VWMOnSwitchTo3, etc.