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

~/.bin/select-display: Always use --primary

Lu Stadler лет назад: 7
Родитель
Сommit
f108e52220
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .bin/select-display

+ 2 - 2
.bin/select-display

28
		xrandr --auto
28
		xrandr --auto
29
		;;
29
		;;
30
	LVDS1)
30
	LVDS1)
31
		xrandr --output LVDS1 --mode 1366x768 --output DP1 --off
31
		xrandr --output LVDS1 --mode 1366x768 --primary --output DP1 --off
32
		;;
32
		;;
33
	DP1)
33
	DP1)
34
		xrandr --output LVDS1 --off           --output DP1 --mode 2560x1440
34
		xrandr --output LVDS1 --off           --output DP1 --primary --mode 2560x1440
35
		;;
35
		;;
36
	*)
36
	*)
37
		xrandr --output LVDS1 --off           --output "$display" --primary --auto
37
		xrandr --output LVDS1 --off           --output "$display" --primary --auto