anufrievroman / waypaper

GUI wallpaper manager for Wayland and Xorg Linux systems
https://anufrievroman.gitbook.io/waypaper
GNU General Public License v3.0
396 stars 27 forks source link

Fixed Issue with CMD Support for Multi-Monitor using state files. #90

Closed darth62969 closed 1 month ago

darth62969 commented 1 month ago

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.

anufrievroman commented 1 month ago

Thanks a lot for the quick initial fix!