3 lines
195 B
Bash
Executable File
3 lines
195 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --output DVI-I-0 --off --output DVI-I-1 --off --output HDMI-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-0 --off --output DP-1 --off --output DVI-D-0 --off
|