3 lines
89 B
Bash
Executable File
3 lines
89 B
Bash
Executable File
#!/usr/bin/env bash
|
|
xrandr --output DP-0 --off --output HDMI-0 --mode 1280x720 --primary
|