varietywalls / variety

Wallpaper downloader and manager for Linux systems
http://peterlevi.com/variety
GNU General Public License v3.0
1.12k stars 137 forks source link

Fix #424 - Use only the primary monitor for thumbs window #649

Closed sir-maniac closed 8 months ago

sir-maniac commented 9 months ago

Fix #424 - Use only the primary monitor for thumbs window

Position calculations are done in separate functions to improve readability.

Pre GDK 3.22 methods are used to ensure backward compatibility.

Related to #525, #539 and possibly #359

Let me know if there's anything I should change. For instance, if you only target GDK 3.22+, I can use the non-deprecated methods.