3 lines
82 B
Bash
3 lines
82 B
Bash
|
#!/bin/bash
|
||
|
xrandr --output HDMI1 --off --output eDP1 --mode 1920x1080 --rate 60
|