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