3 lines
168 B
Bash
Executable File
3 lines
168 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --output HDMI1 --off --output LVDS1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output VIRTUAL1 --off --output DP1 --off --output VGA1 --off
|