nsbin/x-local

6 lines
132 B
Text
Raw Normal View History

#!/bin/sh
xrandr --output HDMI1 --off
xrandr --output DP1 --off
xrandr --output eDP1 --auto
xrandr --output DP1 --auto --above eDP1