3 lines
197 B
Bash
Executable File
3 lines
197 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --output DisplayPort-0 --mode 1920x1080 --pos 1680x0 --rotate normal --output HDMI-0 --primary --mode 1680x1050 --pos 0x0 --rotate normal --output DVI-0 --off --output DVI-1 --off
|