New screen @home

This commit is contained in:
gardouille 2020-01-15 11:13:23 +01:00
parent df5d8c34c9
commit 66fb40fc98
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

2
ecran
View File

@ -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