add script for vertical monitor setup

This commit is contained in:
Nico Schottelius 2023-06-27 11:05:35 +02:00
parent 4d317130a7
commit e09c5b8e04
1 changed files with 7 additions and 0 deletions

7
xvertical Normal file
View File

@ -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