3 lines
101 B
Bash
Executable File
3 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
xrandr --output HDMI1 --mode 3840x2160 --panning 3840x2160 --rate 60 --output eDP1 --off
|