diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-05-06 20:40:06 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-05-06 20:40:10 -0400 |
commit | 1405a9513daa77d671ab8a465d4cec53b74f41a3 (patch) | |
tree | fff2ac4fdeb2e138f3a944d64b5a180ac8a814a7 | |
parent | Required fixups to xmonad to deal with new ghc (diff) |
Update epsilon-home screenlayout to have large screen above little screen
-rwxr-xr-x | .screenlayout/epsilon-home.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.screenlayout/epsilon-home.sh b/.screenlayout/epsilon-home.sh index 10f16a0..95825af 100755 --- a/.screenlayout/epsilon-home.sh +++ b/.screenlayout/epsilon-home.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output LVDS1 --mode 1024x600 --pos 0x0 --rotate normal --output VGA1 --mode 1920x1080 --pos 1024x0 --rotate normal +xrandr --output LVDS1 --mode 1024x600 --pos 344x1080 --rotate normal --output VGA1 --mode 1920x1080 --pos 0x0 --rotate normal |