Yubico / yubikey-neo-manager

Cross platform personalization tool for the YubiKey NEO
https://developers.yubico.com/yubikey-neo-manager/
BSD 2-Clause "Simplified" License
57 stars 12 forks source link

Initial window position when using multiple screens #36

Closed minisu closed 9 years ago

minisu commented 9 years ago

Neoman remembers its last position on the screen and uses that position when being reopened. The position is stored like this on my machine:

[window]
size=@Size(649 262)
pos=@Point(892 -597)

The negative Y value above is because the last time I used Neoman, it lived on my secondary screen.

The problem arises when I open Neoman without my secondary screen attached. Neoman opens but the windows is not visible. I fix this by manually editing the ~/.neoman/settings.ini file.