3 lines
59 B
Bash
Executable File
3 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --output HDMI1 --primary --mode 1920x1080
|