Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 884 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 884 Bytes

OS-X-Display-Arrangement-Saver

Simple console tool for saving and restoring display arrangement on OS X.

For doing it, the tool uses serial numbers for the displays and not the IDs that OS X assigns to them.

Download tool

Usage

da help - prints help text
da list - prints a list of all connected screens
da save <path_to_plist> - saves current display arrangement to file
da load <path_to_plist> - loads display arrangement from file
If <path_to_plist> is not specified - the default is used: '~/Desktop/ScreenArrangement.plist'

Notes

Currently this program does not support Y-axis arrangement due to author's laziness. It will arrange all window on the same Y-coordinate. If you want to fix it, feel free to make a pull-request!