ソースを参照

~/.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
		xrandr --output LVDS1 --off           --output DP1 --mode 2560x1440
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
esac
32
esac