diff options
Diffstat (limited to 'scripts/three-monitors.sh')
-rwxr-xr-x | scripts/three-monitors.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/three-monitors.sh b/scripts/three-monitors.sh new file mode 100755 index 0000000..d1ef7c6 --- /dev/null +++ b/scripts/three-monitors.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 640x1440 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --mode 2560x1440 --pos 0x0 --rotate normal --output DP2 --mode 2560x1440 --pos 2560x0 --rotate left |