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