2023-04-15 17:26:23 +02:00
|
|
|
#!/bin/sh
|
2023-07-22 23:09:34 +02:00
|
|
|
xrandr --output DP-0 --off
|
|
|
|
xrandr --output DP-1 --off
|
|
|
|
xrandr --output DP-2 --mode 1920x1080 --rate 60.00 --pos 3840x0 --rotate normal
|
|
|
|
xrandr --output DP-3 --off
|
|
|
|
xrandr --output HDMI-0 --mode 1920x1080 --rate 60.00 --pos 0x0 --rotate normal
|
|
|
|
xrandr --output DP-4 --mode 1920x1080 --rate 165 --pos 1920x0 --rotate normal
|