I get what he's saying, but I don't know how to do the symlink part. Any ideas?nitrogen itself does not support such a thing, it always looks in
~/.config/nitrogen/bg-saved.cfg for the list of items to restore. I
could perhaps modify nitrogen so that it will accept an argument to tell
it where to look for the saved items, but this is a rather specific use
that not many other users will have.
I have an idea that might work (outside of nitrogen). You could
maintain two separate files in ~/.config/nitrogen, named
bg-saved-icewm.cfg and bg-saved-fb.cfg, and in the startup scripts for
each of the different wms, create a symbolic link from the existing file
to bg-saved.cfg. That way, nitrogen will always read the correct file
for which wm you are in, and it also has the added bonus of being able
to just run nitrogen normally and have any changes saved to whatever
file is currently symlinked to bg-saved.cfg.
john