From 1085266c5460d2ed7f35ee2a22055e37ba024fc7 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 30 Jun 2023 12:16:52 +0200 Subject: [PATCH] x-vertical: position left+right of base screen --- x-vertical | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/x-vertical b/x-vertical index f85bb5a..d60ee80 100755 --- a/x-vertical +++ b/x-vertical @@ -3,5 +3,11 @@ # 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 + +# v1, above +#xrandr --output DP2 --auto --above eDP1 --rotate left +#xrandr --output DP3 --auto --left-of DP2 --rotate left + +# v1, left+right +xrandr --output DP2 --auto --right-of eDP1 --rotate left +xrandr --output DP3 --auto --left-of eDP1 --rotate left