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 f166e7e..86a5c3f 100755 --- a/debian/.screenlayout/dual.sh +++ b/debian/.screenlayout/dual.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --mode 1600x900 --pos 1920x0 --rotate normal --output HDMI1 --off --output HDMI2 --off --output VIRTUAL1 --off +xrandr --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off --output DP-1 --mode 1600x900 --pos 1920x0 --rotate normal --output HDMI-2 --off |