From 3188aeb7c46bd559d7ec1f33753fa39b6ac8ad08 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 27 Jun 2012 21:55:39 +0200 Subject: [PATCH] x-oben Signed-off-by: Nico Schottelius --- x-local | 5 ----- x-oben | 7 +++++++ 2 files changed, 7 insertions(+), 5 deletions(-) delete mode 100755 x-local create mode 100755 x-oben diff --git a/x-local b/x-local deleted file mode 100755 index fc6170e..0000000 --- a/x-local +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -xrandr --output HDMI1 --off -xrandr --output DP1 --off -xrandr --output eDP1 --auto -xrandr --output DP1 --auto --above eDP1 diff --git a/x-oben b/x-oben new file mode 100755 index 0000000..70678d9 --- /dev/null +++ b/x-oben @@ -0,0 +1,7 @@ +#!/bin/sh +xrandr --output HDMI1 --off +xrandr --output DP1 --off + +xrandr --output eDP1 --auto +xrandr --output HDMI1 --auto --rotate normal --above eDP1 +xrandr --output DP1 --auto --rotate normal --above eDP1