Reviewed-on: iris/iris#17 Reviewed-by: iris <2+iris@noreply.localhost> Co-authored-by: iris-ai <4+iris-ai@noreply.localhost>
15 lines
511 B
Plaintext
15 lines
511 B
Plaintext
# The compositor `scripts/run-headless.sh` starts, so that an example has a
|
|
# surface where there is no display. Nothing here is meant to be looked at
|
|
# directly; `grim` is.
|
|
#
|
|
# No Xwayland: winit talks Wayland natively, so an X server is a second thing
|
|
# to go wrong for no gain.
|
|
xwayland disable
|
|
|
|
# The default output, overridden per run by `--mode`. Larger than the window
|
|
# an example opens, so nothing is scaled or clipped.
|
|
output HEADLESS-1 mode 1920x1200@60Hz
|
|
|
|
default_border none
|
|
focus_follows_mouse no
|