Multiple Wallpapers Thread last updated on 2004-06-29 21:53:46

Posted by member 122195 on 2004-06-28 23:24:32

Is it possible to have a wallpaper on each desktop under CKWVM I thought it was but can't find anything on it.

Posted by member 35 on 2004-06-28 23:41:03 link

Posted by member 122195 on 2004-06-29 17:27:12 link

thank you for the help :) I will see if I can decipher what he is trying say with my newbie brain. :)

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:
// -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"


Otherwise, the setup is generally more tedious with ckvwm, because instead of a single VWMOnSwitchTo, it has VWMOnSwitchTo1, VWMOnSwitchTo2, VWMOnSwitchTo3, etc.