I have on load of a state file set the self.selected_monitor in waypaper/config.py to the first index of the monitor list, not perfect, but without a routine to keep track of what monitors are being addressed per state-file, it's what I can do for now.
I can look into or implement a different solution, upon request. But this currently works, to fix my bug. Further testing should be done to ensure this doesn't break anything else.
Initial proposal to fix #89
I have on load of a state file set the
self.selected_monitor
in waypaper/config.py to the first index of the monitor list, not perfect, but without a routine to keep track of what monitors are being addressed per state-file, it's what I can do for now.I can look into or implement a different solution, upon request. But this currently works, to fix my bug. Further testing should be done to ensure this doesn't break anything else.