From 31c784aaef6b97e3136ea6349e8baff79f7d9321 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 17 Oct 2019 13:20:04 +0100 Subject: [PATCH] Turn of macbook screen when at desk Turns out performance is much better when running 2 screens rather than 3, and cooling is slightly better too! --- 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 cdc93a1..bc68a57 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 --primary --mode 1920x1200 --pos 0x322 --rotate normal --output DP-1 --off --output HDMI-1 --mode 1920x1080 --pos 3839x0 --rotate normal --output DP-2 --off --output HDMI-2 --mode 1920x1080 --pos 1920x0 --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 --mode 1920x1080 --pos 0x0 --rotate normal