4 lines
125 B
Bash
Executable file
4 lines
125 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
xrandr --output HDMI-A-0 --auto --primary \
|
|
--output DVI-D-0 --auto --right-of HDMI-A-0 --rotate left
|