You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh |
|
xrandr --output USB-C-0 --off --output HDMI-0 --mode 2560x1440 --pos 0x0 --rotate right --output DP-5 --off --output DP-4 --primary --mode 2560x1440 --pos 1440x560 --rotate normal --output DP-3 --off --output DP-2 --off --output DP-1 --off --output DP-0 --off
|
|
|