From 87d839fd8a2559c498c4efae2cab7d4a7702a1b7 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 22 Jul 2017 17:34:07 +0200 Subject: [PATCH] Add script to rotate monitor on the right and update x-auto --- x-at-home | 4 ++++ x-auto | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 x-at-home diff --git a/x-at-home b/x-at-home new file mode 100644 index 0000000..75bfabd --- /dev/null +++ b/x-at-home @@ -0,0 +1,4 @@ +#!/bin/sh + +x-off +xrandr --output DP1 --above eDP1 --auto --rotate left diff --git a/x-auto b/x-auto index 4c44e52..3e7516b 100755 --- a/x-auto +++ b/x-auto @@ -5,7 +5,7 @@ if [ "$#" -lt 1 ]; then set -- "$@" above fi -primary=eDP-1 +primary=eDP1 # position: something xrandr understands position=$1; shift