From 49290d5403b2cef60f1288f5e7e2d8c6a252f8fc Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 18 Oct 2019 10:15:45 +0100 Subject: [PATCH] Set left monitor to primary --- files/screen-layouts/DabApps/desk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/screen-layouts/DabApps/desk.sh b/files/screen-layouts/DabApps/desk.sh index bc68a57..65ab3ab 100755 --- a/files/screen-layouts/DabApps/desk.sh +++ b/files/screen-layouts/DabApps/desk.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output eDP-1 --off --output DP-1 --off --output HDMI-1 --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-2 --off --output HDMI-2 --mode 1920x1080 --pos 0x0 --rotate normal +xrandr --output eDP-1 --off --output DP-1 --off --output HDMI-1 --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-2 --off --output HDMI-2 --primary --mode 1920x1080 --pos 0x0 --rotate normal