diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-07-25 07:55:29 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-07-25 08:45:09 -0400 |
commit | 5910f39b080ea0948113b1a1408e494054fa45f8 (patch) | |
tree | be4d57bfb83ffd9146e9d28ff7b355e3e2489f5e /.screenlayout | |
parent | Bug fix in icd script (diff) |
Update nu-work monitor layout
Diffstat (limited to '')
-rwxr-xr-x | .screenlayout/nu-work.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.screenlayout/nu-work.sh b/.screenlayout/nu-work.sh index 2c17cf1..7106df8 100755 --- a/.screenlayout/nu-work.sh +++ b/.screenlayout/nu-work.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output HDMI1 --off --output LVDS1 --mode 1366x768 --pos 156x1080 --rotate normal --output DP1 --off --output VGA1 --mode 1920x1080 --pos 0x0 --rotate normal --primary +xrandr --output HDMI1 --off --output LVDS1 --mode 1366x768 --pos 1080x576 --rotate normal --output DP1 --off --output VGA1 --mode 1920x1080 --pos 0x0 --rotate left |