Skip to content

Window

Window settings.

initial_height

Initial window height in pixels. If not set, the previously saved window size is used.

toml
# Type: integer
# Values: any positive integer
# Default: not set

[window]
initial_height = 720

initial_width

Initial window width in pixels. If not set, the previously saved window size is used.

toml
# Type: integer
# Values: any positive integer
# Default: not set

[window]
initial_width = 1280