As mentioned by @VladislavZavadskyy (Issue #363) , the same problem is posed, when the "dock's location" is set to "Left". Deleting "config.yaml" file and restarting the application doesn't show any effect. On Windows, changing the screen orientation to landscape and reverting the changes helped.
I found killing Terminus and deleting %appdata%Terminuswindow.json and removing the "dock" property from config.yaml fixes the issue.
The bug appears to be something related to windowBoundaries having nonsense large (or negative) numbers.
The same problem happens here.
The app was working perfectly when I had my additionals screens connected to my pc. But when I use only one screen, the app still appears on one of those screens! So in this case, there is no way to bring it back to the main screen.
I realized it when clicking on the icon in the taskbar, the opening windows animation goes to the right as if another screen was connected.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks unless you comment.
Thank you for your contributions.
Thank you all for your feedback. It looks like there are multiple ways in which docking can cause the window to go off-screen. The current workaround is:
1) Disable docking in the config file
2) Clear the saved window position by removing the window.json file in the same directory where the config file is
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks unless you comment.
Thank you for your contributions.
Same problem here. Use dock left will make the app width infinite large and the appearance is weird.
I use macOS, btw.
fixed via #1145
Most helpful comment
I found killing Terminus and deleting %appdata%Terminuswindow.json and removing the "dock" property from config.yaml fixes the issue.
The bug appears to be something related to windowBoundaries having nonsense large (or negative) numbers.