varietywalls / variety

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

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

Closed sir-maniac closed 1 year ago

sir-maniac commented 1 year 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.