commit 15197e8903e78073c4765a43a314e6a65926b308
parent 7db9e4b97af794dd3118d37913cd117e42653683
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Sun, 7 Sep 2014 09:56:40 -0700
Bin: Add description to screen.sh
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/bin/screen.sh b/bin/screen.sh
@@ -1,4 +1,10 @@
#!/usr/bin/env bash
+
+# srceen.sh: handle my multi-screen setup
+#
+# Run this command every time you boot up so these settings are loaded.
+#
+
if [[ `hostname -s` = carl-* ]]; then
xrandr --output DVI-I-1 --mode 1600x900 --pos 1680x40 --rotate normal --output DVI-D-1 --mode 1680x1050 --pos 0x0 --rotate normal --primary --output DVI-D-2 --off
fi