From 4f317bc3344232ab98590003b9ac2186d1ab7449 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 12 Nov 2019 11:41:24 -0500 Subject: [PATCH] Add display export to #screenlayout configs --- screenlayout/.screenlayout/prometheus-one.sh | 1 + screenlayout/.screenlayout/prometheus-two.sh | 1 + screenlayout/.screenlayout/titan-one.sh | 1 + screenlayout/.screenlayout/titan-three.sh | 1 + screenlayout/.screenlayout/titan-two.sh | 1 + 5 files changed, 5 insertions(+) diff --git a/screenlayout/.screenlayout/prometheus-one.sh b/screenlayout/.screenlayout/prometheus-one.sh index d3df806..ef2906d 100755 --- a/screenlayout/.screenlayout/prometheus-one.sh +++ b/screenlayout/.screenlayout/prometheus-one.sh @@ -1,3 +1,4 @@ #!/bin/sh +export DISPLAY=:0 xrandr --output VGA-1 --off --output LVDS-1 --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-3 --off --output HDMI-2 --off --output HDMI-1 --off --output DP-3 --off --output DP-2 --off --output DP-1 --off ~/.screenlayout/keyboard-and-bg.sh diff --git a/screenlayout/.screenlayout/prometheus-two.sh b/screenlayout/.screenlayout/prometheus-two.sh index 817e160..beb0d39 100755 --- a/screenlayout/.screenlayout/prometheus-two.sh +++ b/screenlayout/.screenlayout/prometheus-two.sh @@ -1,3 +1,4 @@ #!/bin/sh +export DISPLAY=:0 xrandr --output VGA-1 --mode 1680x1050 --pos 1366x0 --rotate left --output LVDS-1 --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-3 --off --output HDMI-2 --off --output HDMI-1 --off --output DP-3 --off --output DP-2 --off --output DP-1 --off ~/.screenlayout/keyboard-and-bg.sh diff --git a/screenlayout/.screenlayout/titan-one.sh b/screenlayout/.screenlayout/titan-one.sh index 6262a7a..c63d60b 100755 --- a/screenlayout/.screenlayout/titan-one.sh +++ b/screenlayout/.screenlayout/titan-one.sh @@ -1,3 +1,4 @@ #!/bin/sh +export DISPLAY=:0 xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off ~/.screenlayout/keyboard-and-bg.sh diff --git a/screenlayout/.screenlayout/titan-three.sh b/screenlayout/.screenlayout/titan-three.sh index 18ab06f..b2e56eb 100755 --- a/screenlayout/.screenlayout/titan-three.sh +++ b/screenlayout/.screenlayout/titan-three.sh @@ -1,3 +1,4 @@ #!/bin/sh +export DISPLAY=:0 xrandr --output HDMI-2 --off --output HDMI-1 --mode 2560x1440 --pos 1920x216 --rotate normal --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x416 --rotate normal --output DP-2 --mode 1920x1080 --pos 4480x0 --rotate left ~/.screenlayout/keyboard-and-bg.sh diff --git a/screenlayout/.screenlayout/titan-two.sh b/screenlayout/.screenlayout/titan-two.sh index 2429c57..0ae98bb 100755 --- a/screenlayout/.screenlayout/titan-two.sh +++ b/screenlayout/.screenlayout/titan-two.sh @@ -1,3 +1,4 @@ #!/bin/sh +export DISPLAY=:0 xrandr --output HDMI-2 --off --output HDMI-1 --mode 1920x1080 --pos 1920x0 --rotate left --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x360 --rotate normal --output DP-2 --off ~/.screenlayout/keyboard-and-bg.sh