2 lines
171 B
Bash
Executable file
2 lines
171 B
Bash
Executable file
#!/bin/sh
|
|
xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x1024 --rotate normal --output HDMI1 --mode 1280x1024 --pos 320x0 --rotate normal --output VIRTUAL1 --off
|