Skip to content

Commit

Permalink
Further clarify the steps and the rationale.
Browse files Browse the repository at this point in the history
  • Loading branch information
haimgel authored Feb 11, 2023
1 parent 60ce1f5 commit d296c17
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ on_usb_connect = "hdmi2"
`LEN P27u-10 S/N 1144206897` monitor ID. If more than one section has a match, a first one will be used.
`on_usb_connect` and `on_usb_disconnect`, if defined, take precedence over global defaults.

_Tips for Windows_: monitors can be renamed at
`\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\DISPLAY\{MODEL_ID}\{CONNECTION_ID}\DeviceDesc` after the last semicolon
in case they are all just "Generic PnP Monitor".
_Tips for Windows_: monitors can be renamed in the Registry at
`\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\DISPLAY\{MODEL_ID}\{CONNECTION_ID}`. Edit the `DeviceDesc` value and change the name after the last semicolon. This is especially helpful in case they are all just "Generic PnP Monitor".

### Running external commands
`display-switch` supports running external commands upon connection or disconnection of USB devices. This configuration
Expand Down

0 comments on commit d296c17

Please sign in to comment.