Преглед на файлове

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

Lu Stadler преди 7 години
родител
ревизия
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