7 lines
203 B
Bash
Executable File
7 lines
203 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --output DP-0 --primary --mode 1920x1080 --pos 0x0 --panning 1920x1080 --dpi 96 \
|
|
--output DP-1 --off \
|
|
--output DP-2 --off \
|
|
--output DP-3 --off \
|
|
--output DP-4 --off \
|