fix: update screen setup on atlantispc

This commit is contained in:
2025-10-24 16:41:28 +02:00
parent 972535cab9
commit eb4af4d870

View File

@@ -29,7 +29,7 @@ if [[ "$HOST" == "atlantispc" ]]; then
fi fi
if [[ "$HOST" == "atlantisV2" ]]; then if [[ "$HOST" == "atlantisV2" ]]; then
/usr/bin/xrandr --output DP-1 --right-of HDMI-0 /usr/bin/xrandr --output DP-5 --right-of HDMI-0
fi fi
### Atlantislaptop specific setup ### ### Atlantislaptop specific setup ###