From 7a7c28f0145f4c494795ddbda40813bacf62544c Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Tue, 3 Dec 2019 16:20:44 -0700 Subject: [PATCH] Fixed broken docking/undocking script --- config/xserver/screenlayout/undock.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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));