diff options
| author | realtradam <[email protected]> | 2023-08-14 18:16:08 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-08-14 18:16:08 -0400 |
| commit | 440f126691c42e45b7c85e130c0bec9f6a8ab0df (patch) | |
| tree | 38f04bf592476ef202eb30b6dbfbcae99ff33081 /startupScreen | |
| download | Scripts-440f126691c42e45b7c85e130c0bec9f6a8ab0df.tar.gz Scripts-440f126691c42e45b7c85e130c0bec9f6a8ab0df.zip | |
Diffstat (limited to 'startupScreen')
| -rwxr-xr-x | startupScreen | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/startupScreen b/startupScreen new file mode 100755 index 0000000..c753205 --- /dev/null +++ b/startupScreen @@ -0,0 +1,5 @@ +#!/bin/bash +sudo modprobe evdi udl +sudo swl /usr/lib/displaylink/DisplayLinkManager +sleep 2 +/home/tradam/.screenlayout/2WideMonitor.sh |
