5 lines
96 B
Text
5 lines
96 B
Text
|
#!/bin/sh
|
||
|
|
||
|
xrandr --output HDMI1 --auto --right-of eDP1
|
||
|
xrandr --output DP2 --auto --above eDP1
|