diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-14 17:16:55 -0400 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-25 07:42:57 -0400 |
commit | 1c019761dfaf6be82de9284fa5e2b9dbfbdec27d (patch) | |
tree | 7ed6bd2f437d3a334bd7a81f62e6dfa63689272b /.screenlayout |
Initial import
Diffstat (limited to '')
-rwxr-xr-x | .screenlayout/epsilon-SAIL.sh | 2 | ||||
-rwxr-xr-x | .screenlayout/epsilon-home.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.screenlayout/epsilon-SAIL.sh b/.screenlayout/epsilon-SAIL.sh new file mode 100755 index 0000000..85426bc --- /dev/null +++ b/.screenlayout/epsilon-SAIL.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output LVDS1 --mode 1024x600 --pos 0x1200 --rotate normal --output VGA1 --mode 1920x1200 --pos 0x0 --rotate normal diff --git a/.screenlayout/epsilon-home.sh b/.screenlayout/epsilon-home.sh new file mode 100755 index 0000000..10f16a0 --- /dev/null +++ b/.screenlayout/epsilon-home.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output LVDS1 --mode 1024x600 --pos 0x0 --rotate normal --output VGA1 --mode 1920x1080 --pos 1024x0 --rotate normal |