From 0b1199c2f75ab4015a3cd6f18e633e42ab77a7ec Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 14 Oct 2020 09:25:40 -0400 Subject: [PATCH] [screenlayout] This should do it for Titan's 3 screens --- screenlayout/.screenlayout/titan-three.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenlayout/.screenlayout/titan-three.sh b/screenlayout/.screenlayout/titan-three.sh index a520f5e..969d35c 100755 --- a/screenlayout/.screenlayout/titan-three.sh +++ b/screenlayout/.screenlayout/titan-three.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output eDP-1 --primary --mode 1920x1080 --pos 1920x1440 --rotate normal --output DP-1 --off --output HDMI-1 --mode 2560x1440 --pos 0x0 --rotate normal --output DP-2 --mode 1920x1080 --pos 0x1440 --rotate normal --output HDMI-2 --off +xrandr --output eDP-1 --mode 1920x1080 --pos 1920x1440 --rotate normal --output DP-1 --off --output HDMI-1 --primary --mode 1920x1080 --pos 0x1440 --rotate normal --output DP-2 --mode 2560x1440 --pos 0x0 --rotate normal --output HDMI-2 --off