Skip to content

Instantly share code, notes, and snippets.

@031nna
Created May 14, 2018 14:34
Show Gist options
  • Save 031nna/73817c307e5197e118dff548374ce242 to your computer and use it in GitHub Desktop.
Save 031nna/73817c307e5197e118dff548374ce242 to your computer and use it in GitHub Desktop.
Fix atom editor displaying offscreen in windows
Solution:

I just found a solution to my problem. The atom window was rendered outside any screen >coordinates. I did the following steps to solve it:

Alt + Tab to choose the atom window
Alt + Space to open the context menu
Press 'm' to select move
Press any arrow key once
Move your mouse (The misplaced window will follow your cursor.)
Open a new file or project and close it again to save the new window state.

originally found here atom/atom#6939

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment