Discover simple methods to reset an app’s window size and position on your Mac effortlessly. Dive into step-by-step solutions through PLIST file editing or Terminal commands.
In the realm of macOS, altering the dimensions or position of an application window is a straightforward drag-and-drop affair. However, restoring an app window to its original specifications after adjustments might seem daunting. Fret not! Here’s a comprehensive guide to effortlessly revert to the app’s default window size and position on your Mac.
Table of Contents
Method 1: Editing PLIST Files
- Launch Finder and navigate to Go > Go To Folder.
- Input ~/Library/Preferences/ and hit Enter.
- Identify and back up the pertinent app’s PLIST file.
- Open the PLIST file and seek the ‘NSWindow Frame’ keyword.
- Delete the line containing ‘NSWindow Frame [AppName]’.
- Save modifications via Command+S.
- Relaunch the app to witness the restored window size and position.
Method 2: Terminal Commands
- Launch Finder and navigate to Go > Go To Folder.
- Input ~/Library/Preferences/ and hit Enter.
- Identify and note down the name of the app’s PLIST file.
- Open the PLIST file and locate the ‘NSWindow Frame’ tag.
- Copy the ‘NSWindow Frame [AppName]’ information.
- Execute the command:
defaults delete ~/Library/Preferences/plist-file-name "NSWindow Frame tag"
- Customize the command with relevant file names.
- Restart the app for the changes to take effect.
That concludes the two methods to reset an app’s window size and position on your Mac. For further clarifications or assistance with the steps, drop your queries in the comments section. We’re here to promptly address your concerns and ensure a seamless experience.