sbool linux_hasExternalMonitor() { ret regexpContains(regexpNonCapturingGroup(orCombineRegexps( map regexpQuote(linux_possibleExternalMonitorNames()))) + " connected", backtick("xrandr")); }