3 lines
118 B
Plaintext
3 lines
118 B
Plaintext
|
#!/bin/sh
|
||
|
xrandr --output eDP --dpi 180 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-A-0 --off
|