diff options
author | davidovski <david@davidovski.xyz> | 2023-07-11 15:28:11 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-07-11 15:28:11 +0100 |
commit | b85872dfc933ff3bd2e95303d8327c357c8b9ca6 (patch) | |
tree | 377f7f3425091ea5edeca9286bb37e94c935693b /scripts/ddc-switch-inputs | |
parent | afda5cf53f9fc181514f6b69fbf5fb5cbb80ef13 (diff) |
Move to sx instead of startx
Diffstat (limited to 'scripts/ddc-switch-inputs')
-rwxr-xr-x | scripts/ddc-switch-inputs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ddc-switch-inputs b/scripts/ddc-switch-inputs index 9bd3682..8f10c65 100755 --- a/scripts/ddc-switch-inputs +++ b/scripts/ddc-switch-inputs @@ -15,5 +15,5 @@ case $1 in ;; esac -ddcutil --bus=12 setvcp 60 ${OUT[0]} & +ddcutil --bus=13 setvcp 60 ${OUT[0]} & wait |