scrcpy-console.desktop 474 B

12345678910111213
  1. [Desktop Entry]
  2. Name=scrcpy (console)
  3. GenericName=Android Remote Control
  4. Comment=Display and control your Android device
  5. # For some users, the PATH or ADB environment variables are set from the shell
  6. # startup file, like .bashrc or .zshrc… Run an interactive shell to get
  7. # environment correctly initialized.
  8. Exec=/bin/sh -c "\\$SHELL -i -c 'scrcpy --pause-on-exit=if-error'"
  9. Icon=scrcpy
  10. Terminal=true
  11. Type=Application
  12. Categories=Utility;RemoteAccess;
  13. StartupNotify=false