aboutsummaryrefslogtreecommitdiff
path: root/.screenlayout
diff options
context:
space:
mode:
authorRyan Kavanagh <ryanakca@kubuntu.org>2011-08-14 17:16:55 -0400
committerRyan Kavanagh <ryanakca@kubuntu.org>2011-08-25 07:42:57 -0400
commit1c019761dfaf6be82de9284fa5e2b9dbfbdec27d (patch)
tree7ed6bd2f437d3a334bd7a81f62e6dfa63689272b /.screenlayout
Initial import
Diffstat (limited to '.screenlayout')
-rwxr-xr-x.screenlayout/epsilon-SAIL.sh2
-rwxr-xr-x.screenlayout/epsilon-home.sh2
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