From 93b900394d3eb604af0ae6c41eb328ae17d7f84f Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 2 Dec 2022 15:40:49 -0500 Subject: initial commit --- src/etc/screenlayouts/mirror.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 src/etc/screenlayouts/mirror.sh (limited to 'src/etc/screenlayouts/mirror.sh') diff --git a/src/etc/screenlayouts/mirror.sh b/src/etc/screenlayouts/mirror.sh new file mode 100755 index 0000000..197d4d1 --- /dev/null +++ b/src/etc/screenlayouts/mirror.sh @@ -0,0 +1,3 @@ +#!/bin/sh +# Sample for Thinkpad P50s +xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output HDMI-1 --off --output DP-2 --off --output HDMI-2 --mode 1920x1080 --pos 0x0 --rotate normal -- cgit