03aceb5618
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
4 lines
124 B
Bash
Executable file
4 lines
124 B
Bash
Executable file
#!/bin/sh
|
|
xrandr --output HDMI1 --off
|
|
xrandr --output DP1 --off
|
|
xrandr --output HDMI1 --auto --rotate normal --left-of eDP1
|