add script for vertical monitor setup
This commit is contained in:
parent
4d317130a7
commit
e09c5b8e04
1 changed files with 7 additions and 0 deletions
7
xvertical
Normal file
7
xvertical
Normal 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
|
Loading…
Reference in a new issue