8 lines
107 B
Plaintext
8 lines
107 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -ueo pipefail
|
||
|
|
||
|
xrandr \
|
||
|
--output eDP-1 --mode 1920x1200 \
|
||
|
--output DP-3 --off
|