blob: 042252d0b2cf5e224a03ee233ebf961650f26747 (
plain) (
blame)
1
2
|
#!/bin/sh
xrandr --output eDP --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-A-0 --off --output DisplayPort-0 --off --output DisplayPort-1 --mode 1920x1200 --pos 1920x0 --rotate normal
|