From cd64877d15106e819b56db19fd78f0e85f70222d Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 7 Jul 2019 12:48:10 +0700 Subject: Update 2019-07-07 --- debian/.screenlayout/dual.sh | 2 ++ debian/.screenlayout/single.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 debian/.screenlayout/dual.sh create mode 100755 debian/.screenlayout/single.sh (limited to 'debian/.screenlayout') diff --git a/debian/.screenlayout/dual.sh b/debian/.screenlayout/dual.sh new file mode 100755 index 0000000..e141199 --- /dev/null +++ b/debian/.screenlayout/dual.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output HDMI2 --off --output HDMI1 --off --output DP1 --primary --mode 1600x900 --pos 1920x0 --rotate normal --output eDP1 --mode 1920x1080 --pos 0x0 --rotate normal --output VIRTUAL1 --off diff --git a/debian/.screenlayout/single.sh b/debian/.screenlayout/single.sh new file mode 100755 index 0000000..aede90f --- /dev/null +++ b/debian/.screenlayout/single.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output DP1 --off --output HDMI1 --off --output eDP1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI2 --off -- cgit 1.4.1