xzhih / one-key-hidpi

Enable macOS HiDPI and have a native setting.
https://zhih.me/one-key-hidpi/
8.46k stars 981 forks source link

Add new resolution 3440x1440 #244

Closed fastiuk closed 3 months ago

fastiuk commented 3 months ago

This MR brings two changes:

Before:

❯ ./hidpi.sh
  _    _   _____   _____    _____    _____
 | |  | | |_   _| |  __ \  |  __ \  |_   _|
 | |__| |   | |   | |  | | | |__) |   | |
 |  __  |   | |   | |  | | |  ___/    | |
 | |  | |  _| |_  | |__| | | |       _| |_
 |_|  |_| |_____| |_____/  |_|      |_____|

============================================

                      Monitors
------------------------------------------------------------
   Index   |   VendorID   |   ProductID   |   MonitorName
------------------------------------------------------------
    1    |    1552    |     62887719679041    |  Mi
    2    |    25001    |     13382    |  Monitor
--------------------------------------------------------
Choose the display:

After:

❯ ./hidpi.sh
  _    _   _____   _____    _____    _____
 | |  | | |_   _| |  __ \  |  __ \  |_   _|
 | |__| |   | |   | |  | | | |__) |   | |
 |  __  |   | |   | |  | | |  ___/    | |
 | |  | |  _| |_  | |__| | | |       _| |_
 |_|  |_| |_____| |_____/  |_|      |_____|

============================================

                      Monitors
------------------------------------------------------------
   Index   |   VendorID   |   ProductID   |   MonitorName
------------------------------------------------------------
    1      |     0610     |  393230313441 |  Apple Display
    2      |     61a9     |  3446         |  Mi Monitor
------------------------------------------------------------
Choose the display:
fastiuk commented 3 months ago

@xzhih please review if you have time :)