diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-07-17 16:43:06 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-07-17 16:43:25 -0400 |
commit | 2102ecbb0ad319231d597fd74e5d81098d3bfdcf (patch) | |
tree | 9874440609dd1e2ca913440a00da0e758d6c557f /.screenlayout/lambda-home.sh | |
parent | Update dismuke stream location (diff) |
Update lambda-home.sh
Diffstat (limited to '')
-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 |