https://github.com/garrettmac/keepdisplaylinkrunning
A LaunchAgent to keep DisplayLink always running. Useful for the first M1 Macbook Pros that dont support duel displays without this workaround
https://github.com/garrettmac/keepdisplaylinkrunning
Last synced: 9 months ago
JSON representation
A LaunchAgent to keep DisplayLink always running. Useful for the first M1 Macbook Pros that dont support duel displays without this workaround
- Host: GitHub
- URL: https://github.com/garrettmac/keepdisplaylinkrunning
- Owner: garrettmac
- Created: 2022-10-14T16:04:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T16:24:59.000Z (about 3 years ago)
- Last Synced: 2024-10-06T01:23:19.539Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KeepDisplaylinkRunning
A LaunchAgent to keep DisplayLink always running. Useful for the first M1 Macbook Pros that dont support duel displays without this workaround.
I made a mod where I removed my broken screen on my M1 and I always need the DisplayLink App running, any time I would unplug the usb-c cord it would close the app so plugging it back in was a nightmare to get it up and running again.

## How install
### 1. Install DisplayLink for mac
https://www.synaptics.com/products/displaylink-graphics/downloads/macos
### 2. Add this keep live script to your LaunchAgents
```sh
git clone git@github.com:garrettmac/KeepDisplaylinkRunning.git
mv KeepDisplaylinkRunning/io.garrettmac.keep.displaylink.running.plist /Users/$(whoami)/Library/LaunchAgents/io.garrettmac.keep.displaylink.running.plist
launchctl load /Users/$(whoami)/Library/LaunchAgents/io.garrettmac.keep.displaylink.running.plist
```
or if you're not as techy savy...
Just add the `io.garrettmac.keep.displaylink.running.plist` file in your `/Users/[YOUR USERNAME HERE]/Library/LaunchAgents` directory and restart your computer