Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rotate screen in mac os with terminal

I want to rotate screen in mac os with the help of commands in terminal.I was able to do so in linux with xrandr commands but not in mac os.

like image 384
phunsukwangdu Avatar asked Feb 02 '17 16:02

phunsukwangdu


1 Answers

I wrote a terminal util for macOS that lets you rotate, change resolution, and position monitors on macOS. When I switched from Linux to macOS I really missed XRandR.

displayplacer - also available via Homebrew brew tap jakehilborn/jakehilborn && brew install displayplacer

like image 55
Jake Hilborn Avatar answered Sep 22 '22 12:09

Jake Hilborn