diff options
Diffstat (limited to 'debian/.screenlayout')
-rwxr-xr-x | debian/.screenlayout/dual.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/.screenlayout/dual.sh b/debian/.screenlayout/dual.sh index 589782b..755f7cc 100755 --- a/debian/.screenlayout/dual.sh +++ b/debian/.screenlayout/dual.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output VGA-0 --primary --mode 1600x900 --pos 1280x0 --rotate normal --output LVDS --mode 1280x800 --pos 0x0 --rotate normal --output S-video --off +xrandr --output DP-1 --primary --mode 1600x900 --pos 1920x0 --rotate normal --output HDMI-1 --off --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-2 --off |