diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-05-09 08:21:29 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-05-09 08:21:29 -0400 |
commit | 74c85a6ee16567a6365f18429e75718e9ab44410 (patch) | |
tree | 8176f0007107b20d7fd18ac4a55d0795d032fe6e /.screenlayout | |
parent | Added types-announce to imapfilter (diff) |
Fixed epsilon-home screenlayout again
Diffstat (limited to '.screenlayout')
-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 95825af..70bb12b 100755 --- a/.screenlayout/epsilon-home.sh +++ b/.screenlayout/epsilon-home.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output LVDS1 --mode 1024x600 --pos 344x1080 --rotate normal --output VGA1 --mode 1920x1080 --pos 0x0 --rotate normal +xrandr --output VGA1 --mode 1920x1080 --pos 0x0 --rotate normal --output LVDS1 --mode 1024x600 --pos 344x1080 --rotate normal |