コード例 #1
0
ファイル: typer.py プロジェクト: jake-87/dotfiles-and-code
 def supported() -> bool:
     return not is_wayland() and is_installed('xdotool')
コード例 #2
0
 def supported() -> bool:
     return is_wayland() and is_installed('wofi')
コード例 #3
0
ファイル: clipboarder.py プロジェクト: stefanradziuk/rofimoji
 def supported() -> bool:
     return is_wayland() and is_installed('wl-copy')