From 4db71a16f67cbb2d375e99497210fcf1c7c3d05a Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 21 Feb 2017 15:49:32 +0100 Subject: [PATCH] New screen/desktop configuration --- ecran | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecran b/ecran index 6b025fe..bdde8e4 100755 --- a/ecran +++ b/ecran @@ -8,7 +8,7 @@ case "${1}" in ds | dockstation | work ) - xrandr --output HDMI-1 --mode 1920x1200 --right-of LVDS-1 --output LVDS-1 --mode 1366x768 + xrandr --output HDMI-1 --mode 1920x1200 --left-of LVDS-1 --output LVDS-1 --mode 1366x768 printf 'Xrandr for DisplayPort with dock station';; vga | lug ) xrandr --output VGA-1 --mode 1280x1024 --right-of LVDS-1 --output LVDS-1 --mode 1366x768