6 lines
220 B
Bash
Executable File
6 lines
220 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --output DisplayPort-2 --off
|
|
xrandr --output DisplayPort-1 --off
|
|
#sleep 2
|
|
#xrandr --output DisplayPort-1 --mode 1920x1080 --scale-from $(xdpyinfo | grep -oP 'dimensions:\s+\K\d+x\d+') --same-as HDMI-A-0
|