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