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