From cfc3a0f3d53e2a5dd3ba6f898d6c055b07a94312 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 30 May 2019 20:36:49 +0700 Subject: Update 2019-05-30 --- meta/.screenlayout/dual.sh | 2 +- meta/.screenlayout/single.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/.screenlayout') diff --git a/meta/.screenlayout/dual.sh b/meta/.screenlayout/dual.sh index 755f7cc..e141199 100755 --- a/meta/.screenlayout/dual.sh +++ b/meta/.screenlayout/dual.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output DP-1 --primary --mode 1600x900 --pos 1920x0 --rotate normal --output HDMI-1 --off --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-2 --off +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/meta/.screenlayout/single.sh b/meta/.screenlayout/single.sh index c7185ab..aede90f 100755 --- a/meta/.screenlayout/single.sh +++ b/meta/.screenlayout/single.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output DP-1 --off --output HDMI-1 --off --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-2 --off +xrandr --output DP1 --off --output HDMI1 --off --output eDP1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI2 --off -- cgit 1.4.1