diff options
-rwxr-xr-x | localxrandr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localxrandr b/localxrandr index 17d773e..11d2b81 100755 --- a/localxrandr +++ b/localxrandr @@ -14,13 +14,13 @@ dvi= tv= for output in $(xrandr | egrep '^[^ ]+ connected' | awk '{print $1}'); do case $output in - LVDS|LVDS1) + LVDS|LVDS1|LVDS-1) lcd="$output" ;; VGA) vga="$output" ;; - TMDS-1|DVI1) + TMDS-1|DVI1|DVI-1-1) dvi="$output" ;; TV) |