feat(display): main is ultrawide
This commit is contained in:
parent
b51c66e2bd
commit
b8830a2c0f
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ function main() {
|
|||
"main")
|
||||
echo "Setting single display mode (main)"
|
||||
xrandr \
|
||||
--output "$main" --primary --mode 1920x1080 --rate 119.99 \
|
||||
--output "$main" --primary --mode 2560x1080 --rate 74.99 \
|
||||
--output "$secondary" --off \
|
||||
--output "$internal" --off
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue