3 lines
225 B
Bash
3 lines
225 B
Bash
|
#!/bin/sh
|
||
|
xrandr --output DisplayPort-0 --off --output DisplayPort-1 --off --output HDMI-A-0 --off --output HDMI-A-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DVI-D-0 --mode 1280x1024 --pos 1920x202 --rotate normal
|