diff --git a/config/xserver/screenlayout/undock.sh b/config/xserver/screenlayout/undock.sh index a3ab23c..3c1cefd 100755 --- a/config/xserver/screenlayout/undock.sh +++ b/config/xserver/screenlayout/undock.sh @@ -2,7 +2,8 @@ xrandr --output DP-0 --off\ --output DP-1 --off\ --output HDMI-0 --off\ - --output DP-3 --off --output DP-4 --off\ + --output DP-3 --off\ + --output DP-4 --off\ --output DP-2 --primary --mode 2880x1800 --scale 0.8x0.8 --pos 0x0 --rotate normal ROLL=$(($RANDOM%10));