From 464322fe6c3deba7e3c426c12b17e767f63b9bf8 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 15 Oct 2018 15:41:01 +0200 Subject: [PATCH] Add script to enable monitors in the office --- monitor-office | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 monitor-office diff --git a/monitor-office b/monitor-office new file mode 100644 index 0000000..39e27d5 --- /dev/null +++ b/monitor-office @@ -0,0 +1,4 @@ +#!/bin/sh + +xrandr --output HDMI1 --auto --right-of eDP1 +xrandr --output DP2 --auto --above eDP1