3 lines
160 B
Bash
Executable File
3 lines
160 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --output VGA-1 --off --output DVI-D-1 --mode 1920x1080 --pos 1080x376 --rotate normal --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate left
|