From b5d5b861e2e0c3b710c243103857d0d9120a84c5 Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Thu, 18 Feb 2016 23:33:39 +0530 Subject: [PATCH] Triple screen awesomeness :boom: --- files/display/.screenlayout/office.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/display/.screenlayout/office.sh b/files/display/.screenlayout/office.sh index 0500ac4..3d9a22a 100755 --- a/files/display/.screenlayout/office.sh +++ b/files/display/.screenlayout/office.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output VIRTUAL1 --off --output eDP1 --mode 1920x1080 --pos 0x432 --rotate normal --output DP1 --mode 1920x1080 --pos 1920x0 --rotate normal --output HDMI2 --off --output HDMI1 --off --output VGA1 --off +xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DP1 --mode 1920x1080 --pos 3840x0 --rotate normal --output HDMI2 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --off --output VGA1 --off