about summary refs log tree commit diff
path: root/meta/.screenlayout
diff options
context:
space:
mode:
Diffstat (limited to 'meta/.screenlayout')
-rwxr-xr-xmeta/.screenlayout/dual.sh2
-rwxr-xr-xmeta/.screenlayout/single.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/.screenlayout/dual.sh b/meta/.screenlayout/dual.sh
new file mode 100755
index 0000000..589782b
--- /dev/null
+++ b/meta/.screenlayout/dual.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+xrandr --output VGA-0 --primary --mode 1600x900 --pos 1280x0 --rotate normal --output LVDS --mode 1280x800 --pos 0x0 --rotate normal --output S-video --off
diff --git a/meta/.screenlayout/single.sh b/meta/.screenlayout/single.sh
new file mode 100755
index 0000000..8040932
--- /dev/null
+++ b/meta/.screenlayout/single.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+xrandr --output VGA-0 --off --output LVDS --primary --mode 1280x800 --pos 0x0 --rotate normal --output S-video --off