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