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