瀏覽代碼

~/.bin/select-display: Configure "unknown" displays as well

Lucas Stadler 8 年之前
父節點
當前提交
07de5b766a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .bin/select-display

+ 1 - 1
.bin/select-display

@ -27,6 +27,6 @@ case "$display" in
27 27
		xrandr --output LVDS1 --off           --output DP1 --mode 2560x1440
28 28
		;;
29 29
	*)
30
		xrandr --error --text "Don't know how to handle '$display'"
30
		xrandr --output LVDS1 --off           --output "$display" --primary --auto
31 31
		;;
32 32
esac