From 859e1d1d5343a1d927e75304a8e6f7ffbe481d84 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 12 Nov 2019 11:40:30 -0500 Subject: [PATCH] Add display export to #screenlayout configs --- screenlayout/.screenlayout/prometheus-ext.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 screenlayout/.screenlayout/prometheus-ext.sh diff --git a/screenlayout/.screenlayout/prometheus-ext.sh b/screenlayout/.screenlayout/prometheus-ext.sh new file mode 100755 index 0000000..6b8597c --- /dev/null +++ b/screenlayout/.screenlayout/prometheus-ext.sh @@ -0,0 +1,4 @@ +#!/bin/sh +export DISPLAY=:0 +xrandr --output VGA-1 --off --output LVDS-1 --off --output HDMI-3 --off --output HDMI-2 --off --output HDMI-1 --off --output DP-3 --off --output DP-2 --off --output DP-1 --mode 1920x1080 --pos 0x0 --rotate normal +~/.screenlayout/keyboard-and-bg.sh