Skip to content

Instantly share code, notes, and snippets.

@retspen
Last active August 25, 2025 18:30
Show Gist options
  • Select an option

  • Save retspen/a3834293f1d6f620d8dcb3d15bbbd269 to your computer and use it in GitHub Desktop.

Select an option

Save retspen/a3834293f1d6f620d8dcb3d15bbbd269 to your computer and use it in GitHub Desktop.
PWA desktop file example
[Desktop Entry]
Name=ChatGPT
Exec=chromium --new-window --app="https://chatgpt.com" --name="ChatGPT" --class="ChatGPT" --window-size=1200,800 --window-position=640,320
Terminal=false
Type=Application
Icon=/home/user/.icons/chatgpt.png
StartupNotify=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment