8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
|
#!/bin/sh
|
||
|
xrandr --setprovideroutputsource modesetting NVIDIA-G0
|
||
|
xrandr --auto
|
||
|
xrandr --output DP-0 --primary
|
||
|
xrandr --output DP-2 --left-of DP-0
|
||
|
xrandr --output DP-1-3 --right-of DP-0
|
||
|
|