nsbin/x-left-right

4 lines
96 B
Bash
Executable file

#!/bin/sh
xrandr --output DP3 --auto --left-of eDP1
xrandr --output DP2 --auto --right-of eDP1