chore(display): update message for preferred mode
This commit is contained in:
parent
0e26550dd7
commit
6d6b9b4751
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ function main() {
|
||||||
xrandr --output "$extern" --off --output "$intern" --auto
|
xrandr --output "$extern" --off --output "$intern" --auto
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Setting display to small mode (1680x1050)"
|
echo "Setting display to preferred size (1680x1050)"
|
||||||
xrandr --output "$intern" --output "$intern" --mode 1680x1050
|
xrandr --output "$intern" --output "$intern" --mode 1680x1050
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue