initial commit
This commit is contained in:
17
model_output_action_configured_models.go
Normal file
17
model_output_action_configured_models.go
Normal file
@ -0,0 +1,17 @@
|
||||
package niri
|
||||
|
||||
type ConfiguredMode struct {
|
||||
Width int `json:"width"`
|
||||
Height int `json:"height"`
|
||||
Refresh Option[float64] `json:"refresh,omitempty"`
|
||||
}
|
||||
|
||||
type ConfiguredPosition struct {
|
||||
X int `json:"x"`
|
||||
Y int `json:"y"`
|
||||
}
|
||||
|
||||
type ConfiguredVrr struct {
|
||||
Vrr bool `json:"vrr"`
|
||||
OnDemand bool `json:"on_demand"`
|
||||
}
|
Reference in New Issue
Block a user