input -sn 1 "If Monado is running, please stop it. Press any key to continue." let displays = drm_info -j | from json | get ($in | columns | last) | get crtcs.mode | enumerate | where item != null | get index print "\ncollected existing displays" input -sn 1 "Please start Monado, then press any key to continue." print "" let info = drm_info -j | from json | get ($in | columns | last) | get crtcs.mode | enumerate | where item != null and index not-in $displays | get item print $info print "Please share this YAML representation of the above data (with ``` symbols):" print "```" print ($info | to yaml) print "```"