Add script to enable monitors on the left and on the right

This commit is contained in:
Nico Schottelius 2022-05-09 09:55:07 +02:00
parent cabfa1a981
commit 64e6d2a5c4
1 changed files with 4 additions and 0 deletions

4
x-left-right Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
xrandr --output DP3 --auto --left-of eDP1
xrandr --output DP2 --auto --right-of eDP1