Просмотр исходного кода

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

Lucas Stadler лет назад: 8
Родитель
Сommit
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