From 66fb40fc987e09794eeab3c6d7cc52cb128422f9 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Wed, 15 Jan 2020 11:13:23 +0100 Subject: [PATCH] New screen @home --- ecran | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecran b/ecran index 18cb0e3..034df63 100755 --- a/ecran +++ b/ecran @@ -11,7 +11,7 @@ case "${1}" in xrandr --output DP-1 --mode 1920x1080 --left-of LVDS-1 --output LVDS-1 --mode 1366x768 printf 'Xrandr for DisplayPort with dock station';; home ) - xrandr --output HDMI-1 --mode 1680x1050 --left-of LVDS-1 --output LVDS-1 --mode 1366x768 + xrandr --output DP-1 --mode 1920x1080 --right-of LVDS-1 --output LVDS-1 --mode 1366x768 printf 'Xrandr for home configuration';; vga ) xrandr --output VGA-1 --mode 1024x768 --right-of LVDS-1 --output LVDS-1 --mode 1366x768