6 lines
132 B
Text
6 lines
132 B
Text
|
#!/bin/sh
|
||
|
xrandr --output HDMI1 --off
|
||
|
xrandr --output DP1 --off
|
||
|
xrandr --output eDP1 --auto
|
||
|
xrandr --output DP1 --auto --above eDP1
|