feat(display): set ultrawide aspect ratio
This commit is contained in:
parent
93c45ab498
commit
f935279644
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ function main() {
|
|||
echo "Setting single display mode (ultrawide)"
|
||||
xrandr --output "$intern" --off \
|
||||
--output "$extern" --auto
|
||||
--mode 3840x2160
|
||||
;;
|
||||
"solo")
|
||||
echo "Setting single display mode (internal only)"
|
||||
|
|
Loading…
Reference in a new issue