From 5f3e4d20f7bf7c6af69970446868206cf139342a Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Fri, 10 Jan 2020 09:03:16 -0700 Subject: [PATCH] Edited HDMIDOCK script to utilize hdmi default --- config/xserver/screenlayout/hdmidock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/xserver/screenlayout/hdmidock.sh b/config/xserver/screenlayout/hdmidock.sh index 5a3896d..c4884b7 100755 --- a/config/xserver/screenlayout/hdmidock.sh +++ b/config/xserver/screenlayout/hdmidock.sh @@ -4,7 +4,7 @@ xrandr --output DP-0 --off\ --output DP-3 --off\ --output DP-4 --off\ --output DP-2 --primary --mode 2880x1800 --scale 0.8x0.8 --pos 0x0 --rotate normal\ - --output HDMI-0 --mode 1920x1080 --pos 2880x0 --rotate normal + --output HDMI-0 --pos 2880x0 --rotate normal ROLL=$(($RANDOM%4));