diff options
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 |