b55a2629fb
turns out i was dumping them in 2 different places lmao
3 lines
215 B
Bash
Executable File
3 lines
215 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --output DisplayPort-0 --off --output DisplayPort-1 --off --output DisplayPort-2 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-A-0 --mode 1920x1080 --pos 1920x0 --rotate normal
|