3 lines
183 B
Bash
3 lines
183 B
Bash
|
#!/bin/sh
|
||
|
xrandr --output DVI-I-1 --off --output DVI-D-1 --mode 1680x1050 --pos 1920x75 --rotate normal --output HDMI-1 --off --output DP-1 --mode 1920x1200 --pos 0x0 --rotate normal
|