diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-06-24 11:07:38 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-06-24 11:16:49 -0400 |
commit | 5d2033d8c0c1ae991e84ffa78772a999c6015e36 (patch) | |
tree | 67ab43cce41c4d7f98d68b8eaf6ec4e23d74e2e7 /.screenlayout | |
parent | Added a .hgrc (diff) |
Added work layout for nu
Diffstat (limited to '.screenlayout')
-rwxr-xr-x | .screenlayout/nu-work.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.screenlayout/nu-work.sh b/.screenlayout/nu-work.sh new file mode 100755 index 0000000..2c17cf1 --- /dev/null +++ b/.screenlayout/nu-work.sh @@ -0,0 +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 |