diff options
-rwxr-xr-x | localxrandr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localxrandr b/localxrandr index 11d2b81..ed1816d 100755 --- a/localxrandr +++ b/localxrandr @@ -20,7 +20,7 @@ for output in $(xrandr | egrep '^[^ ]+ connected' | awk '{print $1}'); do VGA) vga="$output" ;; - TMDS-1|DVI1|DVI-1-1) + TMDS-1|DVI1|DVI-I-1) dvi="$output" ;; TV) |