5 lines
135 B
Bash
Executable file
5 lines
135 B
Bash
Executable file
#!/bin/sh
|
|
x-off
|
|
|
|
xrandr --output HDMI1 --auto --rotate normal --left-of eDP1
|
|
xrandr --output DP1 --auto --rotate normal --left-of eDP1
|