From fc21c39aa3ad507dd0b5f0f10eb67484a8a49079 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sun, 12 Nov 2017 19:41:26 +0530 Subject: [PATCH] Keep eDP1 disabled while at work --- files/display/.screenlayout/lr.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 files/display/.screenlayout/lr.sh diff --git a/files/display/.screenlayout/lr.sh b/files/display/.screenlayout/lr.sh new file mode 100755 index 0000000..589041a --- /dev/null +++ b/files/display/.screenlayout/lr.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output HDMI2 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --off --output DP1 --mode 1600x900 --pos 1920x0 --rotate normal --output eDP1 --off --output VIRTUAL1 --off