From 9af4955b1d65b350a238fb5b044b62d0a4040a37 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Thu, 16 Jan 2020 18:54:17 +0100 Subject: [PATCH] add xrandr commands --- xrandr | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 xrandr diff --git a/xrandr b/xrandr new file mode 100644 index 0000000..b43d578 --- /dev/null +++ b/xrandr @@ -0,0 +1,2 @@ +xrandr --output eDP1 --mode 1920x1080 --dpi 150 --panning 1920x1080+2496+0 --scale 1x1 --output HDMI1 --mode 1920x1080 --left-of eDP1 --scale 1.3x1.3 +xrandr --output eDP1 --mode 1920x1080 --dpi 150 --panning 1920x1080+0+0 --scale 1x1 --output HDMI1 --off