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