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