diff --git a/x-local b/x-local deleted file mode 100755 index fc6170e..0000000 --- a/x-local +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -xrandr --output HDMI1 --off -xrandr --output DP1 --off -xrandr --output eDP1 --auto -xrandr --output DP1 --auto --above eDP1 diff --git a/x-oben b/x-oben new file mode 100755 index 0000000..70678d9 --- /dev/null +++ b/x-oben @@ -0,0 +1,7 @@ +#!/bin/sh +xrandr --output HDMI1 --off +xrandr --output DP1 --off + +xrandr --output eDP1 --auto +xrandr --output HDMI1 --auto --rotate normal --above eDP1 +xrandr --output DP1 --auto --rotate normal --above eDP1