diff options
Diffstat (limited to '.screenlayout/lambda-home.sh')
-rwxr-xr-x | .screenlayout/lambda-home.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.screenlayout/lambda-home.sh b/.screenlayout/lambda-home.sh index 3843395..10e0ee0 100755 --- a/.screenlayout/lambda-home.sh +++ b/.screenlayout/lambda-home.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output default --mode 1920x1080 --pos 0x0 --rotate normal +xrandr --output VGA-1 --mode 1920x1080 --pos 0x0 --rotate normal --output TV-1 --off --output DVI-I-1 --off |