x-oben
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
51f2985414
commit
3188aeb7c4
2 changed files with 7 additions and 5 deletions
5
x-local
5
x-local
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
xrandr --output HDMI1 --off
|
|
||||||
xrandr --output DP1 --off
|
|
||||||
xrandr --output eDP1 --auto
|
|
||||||
xrandr --output DP1 --auto --above eDP1
|
|
7
x-oben
Executable file
7
x-oben
Executable file
|
@ -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
|
Loading…
Reference in a new issue