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 aede90f..24593ef 100755 --- a/debian/.screenlayout/single.sh +++ b/debian/.screenlayout/single.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output DP1 --off --output HDMI1 --off --output eDP1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI2 --off +xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off --output DP-1 --off --output HDMI-2 --off |