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