5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
xrandr --output DP-4 --right-of DP-2
|
|
xrandr --output DP-4 --rotate left
|
|
|