From 4eb917151f22a53c56544f8b64fa8dbcbecb16a3 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 29 May 2019 19:21:05 +0200 Subject: [PATCH] Fix resolution script Signed-off-by: Severin Kaderli --- system/.local/bin/resolution | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/.local/bin/resolution b/system/.local/bin/resolution index 7df0c06..5e7e90d 100755 --- a/system/.local/bin/resolution +++ b/system/.local/bin/resolution @@ -21,5 +21,5 @@ xrandr \ --output HDMI-1-1 --mode 1280x1024 --pos 80x56 --rotate normal \ --output eDP1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal \ --output eDP-1-1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal \ ---output DVI-I-1-1 --primary --mode 1920x1080 --pos 3280x0 --rotate normal \ ---output DVI-I-2-1 --primary --mode 1920x1080 --pos 3280x0 --rotate normal \ +--output DVI-I-1-1 --mode 1920x1080 --pos 3280x0 --rotate normal \ +--output DVI-I-2-1 --mode 1920x1080 --pos 3280x0 --rotate normal \