Skip to content

Instantly share code, notes, and snippets.

@DamianRivas
Created March 26, 2023 21:58
Show Gist options
  • Save DamianRivas/11a17f016ffb95074885aeb2208c8156 to your computer and use it in GitHub Desktop.
Save DamianRivas/11a17f016ffb95074885aeb2208c8156 to your computer and use it in GitHub Desktop.
Sample desktop file for linux. This file autostarts the Tilda application on login
[Desktop Entry]
Type=Application
Name=Tilda
Comment=Launch Tilda on startup
Exec=bash -c 'bash -c $(command -v tilda)'
Icon=/usr/share/pixmaps/tilda.png
Terminal=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment