4 lines
315 B
Bash
Executable file
4 lines
315 B
Bash
Executable file
#!/bin/sh
|
|
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
|
#xrandr --auto
|
|
xrandr --output HDMI3 --off --output HDMI2 --off --output HDMI1 --mode 1280x1024 --pos 80x56 --rotate normal --output eDP1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal --output DP3 --off --output DP2 --off --output DP1 --off
|