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