chore(display): update message for preferred mode

This commit is contained in:
Ayo Ayco 2025-08-24 22:05:20 +02:00
parent 0e26550dd7
commit 6d6b9b4751

View file

@ -34,7 +34,7 @@ function main() {
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
;;
esac