blob: da5fe355fb57f3610be41ac13d8a69bc5c2b6ec9 (
plain)
1
2
|
#!/bin/sh
xrandr --output eDP --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-A-0 --mode 1366x768 --scale 1.30x1.30 --pos 1920x0 --rotate normal --output DisplayPort-0 --off
|