@@ -63,6 +63,7 @@ Output.get_by_name("HDMI-1"):set_loc(1920, -360)
6363
6464` x ` - The x-coordinate.
6565 - <code >integer</code ><br >
66+
6667` y ` - The y-coordinate.
6768 - <code >integer</code >
6869
@@ -110,6 +111,7 @@ Output.get_by_name("DP-1"):set_loc_adj_to(Output.get_by_name("HDMI-1"), "bottom_
110111
111112` other ` - The output to move this output relative to.
112113 - <code ><a href =" /lua-reference/main/classes/pinnacle.output.OutputHandle " >pinnacle.output.OutputHandle</a ></code ><br >
114+
113115` alignment ` - How to align this output with the other output.
114116 - <code ><a href =" /lua-reference/main/aliases/pinnacle.output.Alignment " >pinnacle.output.Alignment</a ></code >
115117
@@ -142,8 +144,10 @@ Output.get_focused():set_mode(2560, 1440, 144000)
142144
143145` width ` - The mode's width.
144146 - <code >integer</code ><br >
147+
145148` height ` - The mode's height.
146149 - <code >integer</code ><br >
150+
147151` refresh_rate_mhz ` - The mode's refresh rate in millihertz, or ` nil ` to auto-select.
148152 - <code >integer</code >
149153
@@ -173,8 +177,10 @@ Output.get_focused():set_custom_mode(2560, 1440, 75000)
173177
174178` width ` - A custom width.
175179 - <code >integer</code ><br >
180+
176181` height ` - A custom height.
177182 - <code >integer</code ><br >
183+
178184` refresh_rate_mhz ` - A custom refresh rate in millihertz, or ` nil ` to default to 60Hz.
179185 - <code >integer</code >
180186
0 commit comments