def supported() -> bool: return not is_wayland() and is_installed('xdotool')
def supported() -> bool: return is_wayland() and is_installed('wtype')
def supported() -> bool: return is_wayland() and is_installed('wl-copy')