diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-06-07 21:12:13 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-06-07 21:12:13 -0400 |
commit | 55da3155cf3f364db0924182b978ae89870379f4 (patch) | |
tree | 5bfe56122ee2d9a8152a93f5c0fcb982929602a6 /.screenlayout | |
parent | Use three window mode in proof general (diff) |
Use HDMI out on nu-home
Diffstat (limited to '')
-rwxr-xr-x | .screenlayout/nu-home.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.screenlayout/nu-home.sh b/.screenlayout/nu-home.sh index 5054a62..c5b1c36 100755 --- a/.screenlayout/nu-home.sh +++ b/.screenlayout/nu-home.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output HDMI1 --off --output LVDS1 --mode 1366x768 --pos 0x0 --rotate normal --output DP1 --off --output VGA1 --mode 1920x1080 --pos 1366x0 --rotate normal +xrandr --output HDMI1 --mode 1920x1080 --pos 1366x0 --rotate normal --output LVDS1 --mode 1366x768 --pos 0x0 --rotate normal --output DP1 --off --output VGA1 --off |