6 lines
106 B
Bash
Executable File
6 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
xrandr \
|
|
--output HDMI-A-0 --primary --pos 0x0 \
|
|
--output DisplayPort-0 --pos 2560x0
|