From e09c5b8e0463cd8ce9fc65a7d34854a521398e77 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 27 Jun 2023 11:05:35 +0200 Subject: [PATCH] add script for vertical monitor setup --- xvertical | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 xvertical diff --git a/xvertical b/xvertical new file mode 100644 index 0000000..f85bb5a --- /dev/null +++ b/xvertical @@ -0,0 +1,7 @@ +#!/bin/sh +# 2023-06-27, Nico Schottelius + +# DP2 = right, port more nearby me +# DP3 = "regular charging port" +xrandr --output DP2 --auto --above eDP1 --rotate left +xrandr --output DP3 --auto --left-of DP2 --rotate left