dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit c033857d26f64b44dbb872389a0762e5b97b2782
parent ef986eb9ce5ee61bd77910c67906bbf8b7b28079
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Thu, 31 Jul 2014 14:31:24 -0700

Add screen.sh file

Diffstat:
bin/screen.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/bin/screen.sh b/bin/screen.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +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