feat(display): set ultrawide aspect ratio

This commit is contained in:
Ayo Ayco 2025-08-30 13:17:31 +02:00
parent 93c45ab498
commit f935279644

View file

@ -43,6 +43,7 @@ function main() {
echo "Setting single display mode (ultrawide)"
xrandr --output "$intern" --off \
--output "$extern" --auto
--mode 3840x2160
;;
"solo")
echo "Setting single display mode (internal only)"