fix framerate -> refresh-rate
This commit is contained in:
parent
4f144d68fd
commit
ece2cc7e08
1 changed files with 2 additions and 2 deletions
|
|
@ -70,12 +70,12 @@ let
|
||||||
name,
|
name,
|
||||||
horizontal-resolution,
|
horizontal-resolution,
|
||||||
vertical-resolution,
|
vertical-resolution,
|
||||||
framerate,
|
refresh-rate,
|
||||||
horizontal-position,
|
horizontal-position,
|
||||||
}:
|
}:
|
||||||
''
|
''
|
||||||
output "${name}" {
|
output "${name}" {
|
||||||
mode "${builtins.toString horizontal-resolution}x${builtins.toString vertical-resolution}@${framerate}"
|
mode "${builtins.toString horizontal-resolution}x${builtins.toString vertical-resolution}@${refresh-rate}"
|
||||||
scale 1
|
scale 1
|
||||||
transform "normal"
|
transform "normal"
|
||||||
position x=${builtins.toString horizontal-position} y=0
|
position x=${builtins.toString horizontal-position} y=0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue