ecran: got a new screen @work :)
This commit is contained in:
parent
d02a6ae3c9
commit
430473a8ad
2
ecran
2
ecran
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
ds | dockstation | work )
|
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';;
|
printf 'Xrandr for DisplayPort with dock station';;
|
||||||
vga | lug )
|
vga | lug )
|
||||||
xrandr --output VGA1 --mode 1280x1024 --right-of LVDS1 --output LVDS1 --mode 1366x768
|
xrandr --output VGA1 --mode 1280x1024 --right-of LVDS1 --output LVDS1 --mode 1366x768
|
||||||
|
|
Loading…
Reference in New Issue