sbool linux_isWindowIconified(S windowID) { ret cic(backtick("xprop -id " + addPrefix("0x", windowID)), "window state: Iconic"); }