From 430473a8adadc1432b24dfb84058e26ae96e6447 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Wed, 18 Nov 2015 17:46:34 +0100 Subject: [PATCH] ecran: got a new screen @work :) --- ecran | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecran b/ecran index 5ad2356..dd9d6bc 100755 --- a/ecran +++ b/ecran @@ -8,7 +8,7 @@ case "${1}" in ds | dockstation | work ) - xrandr --output HDMI1 --mode 1680x1050 --above LVDS1 --output LVDS1 --mode 1366x768 + xrandr --output HDMI1 --mode 1920x1200 --above LVDS1 --output LVDS1 --mode 1366x768 printf 'Xrandr for DisplayPort with dock station';; vga | lug ) xrandr --output VGA1 --mode 1280x1024 --right-of LVDS1 --output LVDS1 --mode 1366x768