blob: c3c0847cec86e8962684a7256e3e90596712ee42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/bash
#xrandr --output eDP-1 --off
xrandr --output DP-3 --auto
xrandr --output eDP-1 --off
#xrandr --output DP-1 --auto
#xrandr --output DP-1 --right-of eDP-1
#xrandr --output DP-1 --right-of HDMI-1
#xrandr --output HDMI-1 --mode
#xrandr --output HDMI-1 --mode 2560x1440
#xrandr --output DP-1 --mode 2560x1440
#xrandr --output DP-2-2 --rotate left
#xrandr --output DP-2-1 --rotate left
|