You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
display_manager looks great! I'm on macOS Catalina. I was just wondering if there is an easy way to set the "scaled" resolution for slightly larger text, as shown in the following screenshot:
I think it would be really useful if some of these "Scaled" examples could be added to the README. I'm trying to automate my Mac setup with a script, and I prefer this scaled resolution.
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for the feedback, currently we don't directly support specifying "scaled" resolution outside of using the currently supported options like default or highest options or specify the corresponding width & height:
Examples
Set the main display to 1920x1080: $ display_manager.py res 1920 1080
or
$ display_manager.py res 1920 1080 main
Set all displays to their default configurations: $ display_manager.py res default all
Set the first external display to its highest available configuration: $ display_manager.py res highest ext0
Hello,
display_manager
looks great! I'm on macOS Catalina. I was just wondering if there is an easy way to set the "scaled" resolution for slightly larger text, as shown in the following screenshot:I think it would be really useful if some of these "Scaled" examples could be added to the README. I'm trying to automate my Mac setup with a script, and I prefer this scaled resolution.
Thanks!
The text was updated successfully, but these errors were encountered: