nsbin/x-left-right

5 lines
96 B
Bash
Executable File

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